diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2018-02-20 14:08:50 +0100 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2018-02-22 18:53:22 +0100 |
commit | 338a9fe8ad95ef703f9f3ebefe4fe2e776171e6b (patch) | |
tree | 770d6381b308882ef611b56b42b9885b9dba13e8 /target/linux/ar71xx/base-files/etc | |
parent | 950b278c81cb380df869b0dadc02fa8258a91a6a (diff) | |
download | upstream-338a9fe8ad95ef703f9f3ebefe4fe2e776171e6b.tar.gz upstream-338a9fe8ad95ef703f9f3ebefe4fe2e776171e6b.tar.bz2 upstream-338a9fe8ad95ef703f9f3ebefe4fe2e776171e6b.zip |
ar71xx: base-files: drop comment from 02_network
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/board.d/02_network | 1 |
1 files changed, 0 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 46599058c4..04673fbbab 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/02_network +++ b/target/linux/ar71xx/base-files/etc/board.d/02_network @@ -393,7 +393,6 @@ ar71xx_setup_interfaces() "0@eth0" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "5:wan" ;; ew-balin) -# usb0 is RNDIS interface over USB in device mode ucidef_set_interface_raw "usb2" "usb0" "static" ucidef_add_switch "switch0" \ "0@eth0" "5:lan:4" "4:lan:5" "3:wan" |