Skip to content
Snippets Groups Projects
Commit b53681bd authored by juhosg's avatar juhosg
Browse files

ramips: rt305x: add user-space support for the Asus RT-N13U


Signed-off-by: default avatarAmit Mendapara <mendapara.amit@gmail.com>
Signed-off-by: default avatarGabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34406 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent f24ec6f8
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,9 @@ get_status_led() {
fonera20n)
status_led="fonera20n:green:power"
;;
rt-n13u)
status_led="rt-n13u:power"
;;
all0239-3g|\
hw550-3g)
status_led="hw550-3g:green:status"
......
......@@ -64,6 +64,7 @@ case "$FIRMWARE" in
dir-620-a1 | \
esr-9753 | \
fonera20n | \
rt-n13u | \
freestation5 | \
hw550-3g | \
mofi3500-3gn | \
......
......@@ -156,6 +156,7 @@ ramips_setup_macs()
wan_mac=$(/usr/sbin/maccalc add "$lan_mac" 5)
;;
rt-n13u | \
fonera20n)
lan_mac=$(ramips_get_mac_binary factory 40)
wan_mac=$(/usr/sbin/maccalc add "$lan_mac" 1)
......
......@@ -45,6 +45,7 @@ preinit_set_mac_address() {
carambola |\
dir-615-h1 |\
fonera20n |\
rt-n13u |\
hw550-3g |\
nbg-419n |\
omni-emb |\
......
......@@ -113,6 +113,9 @@ ramips_board_name() {
*"La Fonera 2.0N")
name="fonera20n"
;;
*"Asus RT-N13U")
name="rt-n13u"
;;
*"MoFi Network MOFI3500-3GN")
name="mofi3500-3gn"
;;
......
......@@ -29,6 +29,7 @@ platform_check_image() {
dap-1350 | \
esr-9753 | \
fonera20n | \
rt-n13u | \
freestation5 | \
hw550-3g | \
mofi3500-3gn | \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment