diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2016-12-29 15:26:59 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-01-20 00:44:46 +0100 |
commit | 78c2ec0f477bab5b5c2622b5a18c14e51dea7249 (patch) | |
tree | f77d18e8800d8fcc1fc9d7e9f6904bc1657a99b8 /target/linux/ar71xx/image/legacy-devices.mk | |
parent | 5f9b20bc7d0bde6c100a3dec5f02b56f7ef7a61d (diff) | |
download | upstream-78c2ec0f477bab5b5c2622b5a18c14e51dea7249.tar.gz upstream-78c2ec0f477bab5b5c2622b5a18c14e51dea7249.tar.bz2 upstream-78c2ec0f477bab5b5c2622b5a18c14e51dea7249.zip |
ar71xx: wrt400n: lift size limit on kernel and rootfs part
While at it, convert to new build method
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/image/legacy-devices.mk')
-rw-r--r-- | target/linux/ar71xx/image/legacy-devices.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/ar71xx/image/legacy-devices.mk b/target/linux/ar71xx/image/legacy-devices.mk index 3f865da43f..f1274a25eb 100644 --- a/target/linux/ar71xx/image/legacy-devices.mk +++ b/target/linux/ar71xx/image/legacy-devices.mk @@ -582,11 +582,6 @@ define LegacyDevice/WLAEAG300N endef LEGACY_DEVICES += WLAEAG300N -define LegacyDevice/WRT400N - DEVICE_TITLE := Linksys WRT400N -endef -LEGACY_DEVICES += WRT400N - define LegacyDevice/WZRHPG300NH DEVICE_TITLE := Buffalo WZR-HP-G300NH DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport |