diff options
author | John Crispin <john@phrozen.org> | 2016-06-21 11:57:24 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-22 19:32:06 +0200 |
commit | f054e82bdc689cf262baeaac6d8dc913b0bccb55 (patch) | |
tree | 63b69a1ca90aa61581200cb68cc16a861c8405e2 /target/linux/lantiq/base-files/etc/board.d | |
parent | 823242185b56ea518568296f1a5834f736f12076 (diff) | |
download | upstream-f054e82bdc689cf262baeaac6d8dc913b0bccb55.tar.gz upstream-f054e82bdc689cf262baeaac6d8dc913b0bccb55.tar.bz2 upstream-f054e82bdc689cf262baeaac6d8dc913b0bccb55.zip |
lantiq: remove gr7000 support
this seems to have never worked as the wrong SoC is selected
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/lantiq/base-files/etc/board.d')
-rwxr-xr-x | target/linux/lantiq/base-files/etc/board.d/02_network | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/lantiq/base-files/etc/board.d/02_network b/target/linux/lantiq/base-files/etc/board.d/02_network index cafcb0e009..6d9f8fdeee 100755 --- a/target/linux/lantiq/base-files/etc/board.d/02_network +++ b/target/linux/lantiq/base-files/etc/board.d/02_network @@ -76,10 +76,6 @@ FRITZ7360SL) "4:lan:1" "2:lan:2" "0:lan:3" "1:lan:4" "6t@eth0" ;; -GR7000) - ucidef_set_interface_wan "eth0" - ;; - H201L) ucidef_add_switch "switch0" \ "0:lan:1" "1:lan:2" "2:lan:3" "3:lan:4" "4t@eth0" |