diff options
author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2020-04-20 19:46:33 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-04-20 18:55:30 +0100 |
commit | eca6946447aa0be38146314d15f9d86840d8f0ed (patch) | |
tree | 8b0f8f8ff9532ad3022344feb2e7424ccb813981 /target/linux/x86 | |
parent | fd94d03ae6ed74744f674e3c0b19a870078fed46 (diff) | |
download | upstream-eca6946447aa0be38146314d15f9d86840d8f0ed.tar.gz upstream-eca6946447aa0be38146314d15f9d86840d8f0ed.tar.bz2 upstream-eca6946447aa0be38146314d15f9d86840d8f0ed.zip |
x86: select kmod-button-hotplug by default
This package is useful by all subtargets, therefore move it to default
packages selection.
Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/64/target.mk | 4 | ||||
-rw-r--r-- | target/linux/x86/Makefile | 2 | ||||
-rw-r--r-- | target/linux/x86/generic/target.mk | 1 | ||||
-rw-r--r-- | target/linux/x86/geode/target.mk | 1 |
4 files changed, 3 insertions, 5 deletions
diff --git a/target/linux/x86/64/target.mk b/target/linux/x86/64/target.mk index 874e10d704..02b6c8debf 100644 --- a/target/linux/x86/64/target.mk +++ b/target/linux/x86/64/target.mk @@ -1,7 +1,7 @@ ARCH:=x86_64 BOARDNAME:=x86_64 -DEFAULT_PACKAGES += kmod-button-hotplug kmod-e1000e kmod-e1000 kmod-r8169 \ - kmod-igb kmod-bnx2 kmod-forcedeth +DEFAULT_PACKAGES += kmod-e1000e kmod-e1000 kmod-r8169 kmod-igb kmod-bnx2 \ + kmod-forcedeth define Target/Description Build images for 64 bit systems including virtualized guests. diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 1b8d45f32a..f6b037b886 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -19,7 +19,7 @@ KERNELNAME:=bzImage include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs +DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs kmod-button-hotplug $(eval $(call BuildTarget)) diff --git a/target/linux/x86/generic/target.mk b/target/linux/x86/generic/target.mk index 90586f56d6..81a1d7a792 100644 --- a/target/linux/x86/generic/target.mk +++ b/target/linux/x86/generic/target.mk @@ -1,7 +1,6 @@ BOARDNAME:=Generic CPU_TYPE :=pentium4 FEATURES += audio pci pcie usb -DEFAULT_PACKAGES += kmod-button-hotplug define Target/Description Build firmware images for modern x86 based boards with CPUs diff --git a/target/linux/x86/geode/target.mk b/target/linux/x86/geode/target.mk index f69e8cada5..04ac926cfd 100644 --- a/target/linux/x86/geode/target.mk +++ b/target/linux/x86/geode/target.mk @@ -3,7 +3,6 @@ FEATURES += pci usb gpio DEFAULT_PACKAGES += \ kmod-crypto-hw-geode kmod-crypto-cbc \ kmod-ath5k kmod-ath9k \ - kmod-button-hotplug \ kmod-ledtrig-heartbeat kmod-ledtrig-gpio \ kmod-ledtrig-netdev hwclock wpad-basic # Geos |