diff options
author | Mathias Kresin <dev@kresin.me> | 2017-12-28 00:40:49 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-01-09 22:06:54 +0100 |
commit | 0ebdf0c1d34a80ae4d4c7382d49bca3a7c636284 (patch) | |
tree | 6d645a88c107925df21a38adafc3644216eba543 /package/boot/uboot-envtools | |
parent | d2e18dae2892b5779226b75d49aa7e6078835ffe (diff) | |
download | upstream-0ebdf0c1d34a80ae4d4c7382d49bca3a7c636284.tar.gz upstream-0ebdf0c1d34a80ae4d4c7382d49bca3a7c636284.tar.bz2 upstream-0ebdf0c1d34a80ae4d4c7382d49bca3a7c636284.zip |
kirkwood: drop support for orphaned boards
No image build code for the Guruplug, Sheevaplug and NSA310S exists. Drop
support for the boards for now.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'package/boot/uboot-envtools')
-rw-r--r-- | package/boot/uboot-envtools/files/kirkwood | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package/boot/uboot-envtools/files/kirkwood b/package/boot/uboot-envtools/files/kirkwood index 3b770c12f4..cfd3550ea9 100644 --- a/package/boot/uboot-envtools/files/kirkwood +++ b/package/boot/uboot-envtools/files/kirkwood @@ -14,14 +14,11 @@ board=$(board_name) case "$board" in dockstar|\ -guruplug-server-plus|\ ib62x0|\ linksys-viper|\ nsa310b|\ nsa325|\ -pogo_e02|\ -sheevaplug|\ -sheevaplug-esata) +pogo_e02) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000" ;; linksys-audi) |