Updated vox makefile

This commit is contained in:
Martin Schröder 2015-06-11 13:24:16 +02:00 committed by Martin Schröder
parent eeddfec428
commit e29121b42e
2 changed files with 2 additions and 42 deletions

View file

@ -22,47 +22,7 @@ define Package/inteno-configs
endef
define Package/inteno-configs/config
choice
prompt "Select Inteno Target Hardware"
default PACKAGE_routermodel-vox25
config PACKAGE_routermodel-vox25
select TARGET_ROOTFS_UBIFS
select BCM_I2C
bool "VOX25"
config PACKAGE_routermodel-cg300
bool "CG300"
select BCM_I2C
config PACKAGE_routermodel-cg301
bool "CG301"
endchoice
if PACKAGE_routermodel-vox25
config TARGET_MODEL_NAME
string
default "VOX25-WU7P2U"
prompt "Model Name"
config TARGET_VERSION
string
default "3.5.0RC1"
prompt "Target Version"
config TARGET_IBOARDID
string
default "VOX25"
prompt "Target Board ID"
endif
if PACKAGE_routermodel-cg300
config TARGET_MODEL_NAME
string
default "CG300-WU21U"
prompt "Model Name"
config TARGET_VERSION
string
default "3.5.0RC1"
prompt "Target Version"
config TARGET_IBOARDID
string
default "CG300"
prompt "Target Board ID"
endif
endef
define Package/inteno-configs/description

View file

@ -20,7 +20,7 @@ define Package/routermodel-vox25
CATEGORY:=Configs
HIDDEN:=1
TITLE:=VOX25 Router
DEPENDS:=+juci +6relayd +cwmp +dhcp +dropbear +firewall +mcpd +upnpd +voice-client
DEPENDS:=+juci +6relayd +cwmp +dhcp +dropbear +firewall +mcpd +upnpd +voice-client +layer2interface
endef
define Package/routermodel-vox25/config