diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-21 19:09:59 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-21 19:57:06 +0200 |
commit | f849c2c83247340d623fdb549e2b75f4c1feea62 (patch) | |
tree | 2d55138ecd6dd651e2343c1642e80c29522255b4 /target/linux/mvebu/Makefile | |
parent | a5a3b59bf54c72c1eea7745d7a83dfc298d4ae1e (diff) | |
download | upstream-f849c2c83247340d623fdb549e2b75f4c1feea62.tar.gz upstream-f849c2c83247340d623fdb549e2b75f4c1feea62.tar.bz2 upstream-f849c2c83247340d623fdb549e2b75f4c1feea62.zip |
mvebu: enable core drivers in the kernel config instead of packaging them
Simplify profile package selection
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/mvebu/Makefile')
-rw-r--r-- | target/linux/mvebu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 143c3f842b..bda69f64c7 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -20,6 +20,6 @@ include $(INCLUDE_DIR)/target.mk KERNELNAME:=zImage dtbs -DEFAULT_PACKAGES += uboot-envtools +DEFAULT_PACKAGES += uboot-envtools kmod-gpio-button-hotplug $(eval $(call BuildTarget)) |