mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-07 21:29:29 -05:00
In the geode subtarget all default x86 features were overwritten via := instead of extending them via +=. This patch fixes the inheritance and thereby the compilation of x86/geode target. Compile tested x86/geode. Signed-off-by: Paul Spooren <mail@aparcar.org>