Add the new device directory
This commit is contained in:
parent
70087a75db
commit
29704897cd
@ -5,5 +5,6 @@ source "target/ext2/Config.in"
|
||||
source "target/jffs2/Config.in"
|
||||
source "target/squashfs/Config.in"
|
||||
source "target/tar/Config.in"
|
||||
source "target/device/Config.in"
|
||||
|
||||
endmenu
|
||||
|
@ -1 +1,5 @@
|
||||
# Nothing
|
||||
# Default target skeleton stuff, may be overridden
|
||||
TARGET_SKELETON:=target/default/skel.tar.gz
|
||||
TARGET_SKEL_DIR:=target/default/target_skeleton
|
||||
|
||||
include target/device/Makefile.in
|
||||
|
5
target/device/Config.in
Normal file
5
target/device/Config.in
Normal file
@ -0,0 +1,5 @@
|
||||
menu "Board Support Options"
|
||||
|
||||
source "target/device/generic/Config.in"
|
||||
|
||||
endmenu
|
1
target/device/Makefile.in
Normal file
1
target/device/Makefile.in
Normal file
@ -0,0 +1 @@
|
||||
-include target/device/*/Makefile.in
|
5
target/device/generic/Config.in
Normal file
5
target/device/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/device/generic/access_point/Config.in
Normal file
6
target/device/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/device/generic/firewall/Config.in
Normal file
6
target/device/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.
|
||||
|
Loading…
Reference in New Issue
Block a user