mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
final step in buildroot facelift
This commit is contained in:
8
package/pppd/Config.in
Normal file
8
package/pppd/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
|
||||
config BR2_PACKAGE_PPPD
|
||||
bool"pppd"
|
||||
default n
|
||||
help
|
||||
Add help text here.
|
||||
|
||||
3
package/pppd/Makefile.in
Normal file
3
package/pppd/Makefile.in
Normal file
@@ -0,0 +1,3 @@
|
||||
ifeq ($(strip $(BR2_PACKAGE_PPPD)),y)
|
||||
TARGETS+=pppd
|
||||
endif
|
||||
Reference in New Issue
Block a user