diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-04 20:25:13 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-07-04 20:25:13 +0200 |
commit | d818da7f77c8cd7fe8e66fb2e2ecd0590b1e9e8e (patch) | |
tree | 7d0b6d34fb4414684d233b8ee9f10c5ea7925a2b /target/linux/mvebu/Makefile | |
parent | a1f8d578031ef765d873fde6f6722fc506176eb5 (diff) | |
download | master-187ad058-d818da7f77c8cd7fe8e66fb2e2ecd0590b1e9e8e.tar.gz master-187ad058-d818da7f77c8cd7fe8e66fb2e2ecd0590b1e9e8e.tar.bz2 master-187ad058-d818da7f77c8cd7fe8e66fb2e2ecd0590b1e9e8e.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)) |