forked from mirror/openwrt
Use an output image filename based on the compatible string from the dts files. This way it is way easier to get for which board an image is intended. Signed-off-by: Mathias Kresin <dev@kresin.me>
18 lines
525 B
Text
18 lines
525 B
Text
UpgradeImages="zImage rd.gz hddapp.tgz"
|
|
Procduction="SL3516"
|
|
BOOT_VER="1.0.5"
|
|
FIRMWARE_VER="firmware-openwrt-DATESTR"
|
|
INTERNAL_FIRMWARE_VER="firmware-openwrt-DATESTR"
|
|
CONFIGURATION_VER="firmware-openwrt"
|
|
DESCRIPTION="Square One Router/Nas"
|
|
TSS="enabled"
|
|
DIRECT_MODE="disabled"
|
|
DEFAULT_LAN_IPADDR="192.168.1.1"
|
|
DEFAULT_LAN_NETMASK="255.255.255.0"
|
|
DEFAULT_LAN_BOOTPROTO="none"
|
|
DEFAULT_WAN_BOOTPROTO="dhcp"
|
|
DEFAULT_WAN_ENABLED="yes"
|
|
DEFAULT_WLAN_DEVICENAME="eth0"
|
|
VER_zImage="DATESTR"
|
|
VER_Ramdisk="DATESTR"
|
|
VER_hddapp="DATESTR"
|