aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/uci-defaults/network
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-08-17 17:56:07 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-08-17 17:56:07 +0000
commit67e6461ad70d367fbd182911abe384a0b6f68a9a (patch)
tree867fac867359476865424cf2dd81e44d5069b502 /target/linux/ramips/base-files/etc/uci-defaults/network
parent89606b61b1feaf9e9ba5b7344883a6bae30f8485 (diff)
downloadupstream-67e6461ad70d367fbd182911abe384a0b6f68a9a.tar.gz
upstream-67e6461ad70d367fbd182911abe384a0b6f68a9a.tar.bz2
upstream-67e6461ad70d367fbd182911abe384a0b6f68a9a.zip
ramips: add board alias for the ALL0239-3G
Generate image for the ALL0239-3G which can be flashed through the chipset-vendor SDK based firmware's web-interface and bootloader. The bootloader seems to ignore uImage checksum errors, but does complain about them once the 0xDEADC0DE was replaced by an actual JFFS2 page. I'm working on implementing fixtrx for uImage in the mtd package to solve this. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33206
Diffstat (limited to 'target/linux/ramips/base-files/etc/uci-defaults/network')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/uci-defaults/network5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/ramips/base-files/etc/uci-defaults/network b/target/linux/ramips/base-files/etc/uci-defaults/network
index e7e93345a0..106a61352c 100755
--- a/target/linux/ramips/base-files/etc/uci-defaults/network
+++ b/target/linux/ramips/base-files/etc/uci-defaults/network
@@ -152,9 +152,10 @@ ramips_setup_macs()
wan_mac=$(ramips_get_mac_binary factory 32772)
;;
+ all0239-3g | \
w502u)
- lan_mac=$(ramips_get_mac_binary factory 40)
- wan_mac=$(ramips_get_mac_binary factory 46)
+ lan_mac=$(ramips_get_mac_binary factory 40)
+ wan_mac=$(ramips_get_mac_binary factory 46)
;;
wl341v3)