mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
build: add config symbols for different ARM arch levels
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36620 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -153,6 +153,7 @@ sub target_config_features(@) {
|
||||
my $ret;
|
||||
|
||||
while ($_ = shift @_) {
|
||||
/arm_v(\w+)/ and $ret .= "\tselect arm_v$1\n";
|
||||
/broken/ and $ret .= "\tdepends on BROKEN\n";
|
||||
/audio/ and $ret .= "\tselect AUDIO_SUPPORT\n";
|
||||
/display/ and $ret .= "\tselect DISPLAY_SUPPORT\n";
|
||||
|
||||
Reference in New Issue
Block a user