mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-24 22:16:14 +00:00
0013c94025
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>
19 lines
525 B
Plaintext
19 lines
525 B
Plaintext
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"
|