mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix nas compatibility and overrides for newer wla2-g54l units
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1181 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -51,7 +51,8 @@ remap () {
|
||||
|
||||
# hacks for buffalo wla2-g54l
|
||||
[ "$(nvram get boardnum)" = "00" ] && \
|
||||
[ "$(nvram get product_name)" = "Product_name" ] && {
|
||||
[ "$(nvram get product_name)" = "Product_name" ] || \
|
||||
[ "$(nvram get product_name)" = "WLA2-G54L" ] && {
|
||||
debug "### wla2-g54l hacks ###"
|
||||
NVRAM_wan_ifname="none"
|
||||
NVRAM_lan_ifnames="vlan0"
|
||||
|
||||
Reference in New Issue
Block a user