fix acx-mac80211 compile with older kernels
[openwrt.git] / scripts / metadata.pl
index f84bd46..914b512 100755 (executable)
@@ -151,6 +151,7 @@ sub target_config_features(@) {
 
        while ($_ = shift @_) {
                /broken/ and $ret .= "\tdepends BROKEN\n";
+               /display/ and $ret .= "\tselect DISPLAY_SUPPORT\n";
                /pci/ and $ret .= "\tselect PCI_SUPPORT\n";
                /usb/ and $ret .= "\tselect USB_SUPPORT\n";
                /pcmcia/ and $ret .= "\tselect PCMCIA_SUPPORT\n";
This page took 0.022321 seconds and 4 git commands to generate.