@@ -0,0 +1,5 @@
+comment "Generic Device Support"
+
+source "target/device/generic/access_point/Config.in"
+source "target/device/generic/firewall/Config.in"
@@ -0,0 +1,6 @@
+config BR2_TARGET_GENERIC_ACCESS_POINT
+ bool "Generic wireless access point"
+ default n
+ help
+ Board support for a generic wireless access point.
+ bool "Generic firewall"
+ Board support for a generic firewalling router.