Add receipe and makefile fro netifd and uci.

This commit is contained in:
2016-12-12 20:40:05 +01:00
parent b5a0cbc488
commit cbbb1aa16e
6 changed files with 151 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_NETIFD
bool "procd"
select BR2_PACKAGE_LIBUBOX
select BR2_PACKAGE_UBUS
select BR2_PACKAGE_UCI
select BR2_PACKAGE_JSON_C
default n
help
This program manage network interfaces.