diff options
author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2020-04-20 19:46:34 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-04-20 18:55:30 +0100 |
commit | 9c23ecee577962c3836b6b1b2cdc222c59a257ad (patch) | |
tree | c136f3cd3997a385c207f90a839b392f2b3330b9 /target/linux/x86/geode | |
parent | eca6946447aa0be38146314d15f9d86840d8f0ed (diff) | |
download | upstream-9c23ecee577962c3836b6b1b2cdc222c59a257ad.tar.gz upstream-9c23ecee577962c3836b6b1b2cdc222c59a257ad.tar.bz2 upstream-9c23ecee577962c3836b6b1b2cdc222c59a257ad.zip |
x86: move packages selection to profiles
This can be rather confusing for contributors, since there are three
layers in which they can be added. As for now there are none profiles
other than generic (exception: geos) let's move them to these profiles.
Being here this commit also removes packages in geode profiles already
enabled in kernel config.
Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
Diffstat (limited to 'target/linux/x86/geode')
-rw-r--r-- | target/linux/x86/geode/target.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/x86/geode/target.mk b/target/linux/x86/geode/target.mk index 04ac926cfd..a64d2baaee 100644 --- a/target/linux/x86/geode/target.mk +++ b/target/linux/x86/geode/target.mk @@ -1,15 +1,5 @@ BOARDNAME:=AMD Geode based systems FEATURES += pci usb gpio -DEFAULT_PACKAGES += \ - kmod-crypto-hw-geode kmod-crypto-cbc \ - kmod-ath5k kmod-ath9k \ - kmod-ledtrig-heartbeat kmod-ledtrig-gpio \ - kmod-ledtrig-netdev hwclock wpad-basic -# Geos -DEFAULT_PACKAGES += \ - soloscli linux-atm br2684ctl ppp-mod-pppoa pppdump pppstats \ - hwclock flashrom tc kmod-pppoa kmod-8139cp kmod-mppe \ - kmod-usb-ohci-pci kmod-hwmon-lm90 define Target/Description Build firmware images for AMD Geode GX/LX based systems (net5501, alix, geos) |