From a976d555c3742953d5d300dabb4fc5e1c35ee034 Mon Sep 17 00:00:00 2001 From: blogic Date: Tue, 24 Jul 2012 20:38:14 +0000 Subject: [ramips] add ALL5002 userspace support detect EEPROM, MAC addresses and support sysupgrade for the ALL5002 Signed-off-by: Daniel Golle git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32816 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/base-files/lib/ramips.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ramips/base-files/lib/ramips.sh') diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 277d9da99..2667267ac 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -53,6 +53,9 @@ ramips_board_name() { *"Allnet ALL0256N") name="all0256n" ;; + *"Allnet ALL5002") + name="all5002" + ;; *"ARC FreeStation5") name="freestation5" ;; -- cgit v1.2.3