openwrt: introduce new version syntax
This commit is contained in:
parent
ef3224a7df
commit
3ffe8c21ae
|
@ -3,7 +3,7 @@ config system
|
|||
option hostname flukso
|
||||
option device 0123456789abcdef0123456789abcdef
|
||||
option key 00112233445566778899aabbccddeeff
|
||||
option version 6
|
||||
option version 101
|
||||
|
||||
config button
|
||||
option button reset
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=flukso
|
||||
PKG_VERSION:=0.1
|
||||
PKG_RELEASE:=5
|
||||
PKG_VERSION:=1.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
|
|
Loading…
Reference in New Issue