aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
authorDaniel F. Dickinson <cshored@thecshore.com>2018-07-29 04:30:52 -0400
committerJohn Crispin <john@phrozen.org>2018-07-30 10:43:32 +0200
commitd2f7dba309857014c8f414463c6fd7636b4ad4b9 (patch)
tree323fafddc67e633b9b887dae4f843fa3ae4c2479 /target/linux/ar71xx/base-files/etc/board.d/02_network
parentfedc826c320d27759ac551c8427eddf582f7b343 (diff)
downloadupstream-d2f7dba309857014c8f414463c6fd7636b4ad4b9.tar.gz
upstream-d2f7dba309857014c8f414463c6fd7636b4ad4b9.tar.bz2
upstream-d2f7dba309857014c8f414463c6fd7636b4ad4b9.zip
ar71xx: cap324: Use standard eth as static lan
While the stock firmware and previous ar71xx versions of openwrt used the single ethernet port as a DHCP client, for unmodified openwrt usage it makes more sense to do the standard openwrt thing and make the ethernet port a static lan with known address so that users can find the device on the network more easily. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/board.d/02_network2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network
index f43392709e..c04ecc838e 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -71,6 +71,7 @@ ar71xx_setup_interfaces()
aw-nr580|\
bullet-m|\
c-55|\
+ cap324|\
cap4200ag|\
cf-e380ac-v1|\
cf-e380ac-v2|\
@@ -274,7 +275,6 @@ ar71xx_setup_interfaces()
ucidef_add_switch "switch0" \
"0@eth0" "3:wan" "4:lan"
;;
- cap324|\
rme-eg200)
ucidef_set_interface_lan "eth0" "dhcp"
;;