projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eb1cc3
)
kirkwood: clean up FEATURES
author
Felix Fietkau
<
[email protected]
>
Thu, 22 Dec 2016 16:04:12 +0000
(17:04 +0100)
committer
Felix Fietkau
<
[email protected]
>
Sat, 24 Dec 2016 08:40:46 +0000
(09:40 +0100)
Remove dt: it is implicitly enabled based on the kernel config
Remove tar.gz and jffs2_nand: Legacy build code has been removed,
NAND devices are only supported with UBI now.
Remove ubifs: deprecated, use squashfs images instead
Signed-off-by: Felix Fietkau <
[email protected]
>
target/linux/kirkwood/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/kirkwood/Makefile
b/target/linux/kirkwood/Makefile
index e0cdf66e32e751be965546435bbe60720e213102..53471c637ce1ec17eeb70ca7aa6c2f1f06b2c3ec 100644
(file)
--- a/
target/linux/kirkwood/Makefile
+++ b/
target/linux/kirkwood/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=kirkwood
BOARDNAME:=Marvell Kirkwood
-FEATURES:=
targz usb jffs2_nand nand ubifs squashfs dt
+FEATURES:=
usb nand squashfs
CPU_TYPE:=xscale
MAINTAINER:=Luka Perkov <
[email protected]
>