mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
Move stuff around
This commit is contained in:
5
target/generic/Config.in
Normal file
5
target/generic/Config.in
Normal file
@@ -0,0 +1,5 @@
|
||||
comment "Generic Device Support"
|
||||
|
||||
source "target/device/generic/access_point/Config.in"
|
||||
source "target/device/generic/firewall/Config.in"
|
||||
|
||||
6
target/generic/access_point/Config.in
Normal file
6
target/generic/access_point/Config.in
Normal 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.
|
||||
|
||||
6
target/generic/firewall/Config.in
Normal file
6
target/generic/firewall/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_TARGET_GENERIC_ACCESS_POINT
|
||||
bool "Generic firewall"
|
||||
default n
|
||||
help
|
||||
Board support for a generic firewalling router.
|
||||
|
||||
Reference in New Issue
Block a user