diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2017-06-09 19:56:09 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2017-06-11 21:32:17 +0200 |
commit | 641af0c39d071c8fb33d90ac3b4d369d34c61dfb (patch) | |
tree | e8cb58e8ff7239fcf615955a2dbb529eb431c8be /target/linux/ar71xx/image/legacy-devices.mk | |
parent | 636ae9e9a00bea8a4eb4894d104e99f92cee3679 (diff) | |
download | upstream-641af0c39d071c8fb33d90ac3b4d369d34c61dfb.tar.gz upstream-641af0c39d071c8fb33d90ac3b4d369d34c61dfb.tar.bz2 upstream-641af0c39d071c8fb33d90ac3b4d369d34c61dfb.zip |
ar71xx: move WRTnode2Q to generic build target
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/image/legacy-devices.mk')
-rw-r--r-- | target/linux/ar71xx/image/legacy-devices.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/ar71xx/image/legacy-devices.mk b/target/linux/ar71xx/image/legacy-devices.mk index c6b6eaf679..a7ce189855 100644 --- a/target/linux/ar71xx/image/legacy-devices.mk +++ b/target/linux/ar71xx/image/legacy-devices.mk @@ -167,12 +167,6 @@ define LegacyDevice/WLR8100 endef LEGACY_DEVICES += WLR8100 -define LegacyDevice/WRTNODE2Q - DEVICE_TITLE := WRTnode2Q board - DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-storage -endef -LEGACY_DEVICES += WRTNODE2Q - define LegacyDevice/YUN_8M DEVICE_TITLE := Arduino Yun based on Atheros AR9331 (8MB flash) DEVICE_PACKAGES := kmod-usb-core kmod-usb2 |