Move stuff around

This commit is contained in:
Eric Andersen 2005-02-17 17:17:48 +00:00
parent e58927e0e4
commit 2b7460e362
41 changed files with 17 additions and 0 deletions

5
target/generic/Config.in Normal file
View File

@ -0,0 +1,5 @@
comment "Generic Device Support"
source "target/device/generic/access_point/Config.in"
source "target/device/generic/firewall/Config.in"

View File

@ -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.

View File

@ -0,0 +1,6 @@
config BR2_TARGET_GENERIC_ACCESS_POINT
bool "Generic firewall"
default n
help
Board support for a generic firewalling router.