tn3399_openwrt/target/linux/x86/64/target.mk
Tomasz Maciej Nowak 9c23ecee57 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>
2020-04-20 18:55:30 +01:00

7 lines
134 B
Makefile

ARCH:=x86_64
BOARDNAME:=x86_64
define Target/Description
Build images for 64 bit systems including virtualized guests.
endef