final step in buildroot facelift

This commit is contained in:
Eric Andersen
2004-10-09 06:13:40 +00:00
parent ae2792b44c
commit f694016136
172 changed files with 1040 additions and 23 deletions

8
package/pppd/Config.in Normal file
View 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
View File

@@ -0,0 +1,3 @@
ifeq ($(strip $(BR2_PACKAGE_PPPD)),y)
TARGETS+=pppd
endif