forked from Ivasoft/openwrt
ar71xx: add ALL0305 board alias
For the pure convenience of having a correctly named image and system name in /proc/cpuinfo , until we can do that by having system names in DTS... Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33224
This commit is contained in:
@@ -159,6 +159,9 @@ ar71xx_board_detect() {
|
||||
*ALL0258N)
|
||||
name="all0258n"
|
||||
;;
|
||||
*ALL0305)
|
||||
name="all0305"
|
||||
;;
|
||||
*AP113)
|
||||
name="ap113"
|
||||
;;
|
||||
|
||||
@@ -189,6 +189,7 @@ platform_check_image() {
|
||||
ls-sr71 | \
|
||||
pb42 | \
|
||||
pb44 | \
|
||||
all0305 | \
|
||||
eap7660d | \
|
||||
ja76pf | \
|
||||
ja76pf2)
|
||||
@@ -221,6 +222,7 @@ platform_do_upgrade() {
|
||||
routerstation | \
|
||||
routerstation-pro | \
|
||||
ls-sr71 | \
|
||||
all0305 | \
|
||||
eap7660d | \
|
||||
pb42 | \
|
||||
pb44 | \
|
||||
|
||||
Reference in New Issue
Block a user