busybox: convert netmsg and lock applet to "new style" applet definition
authorMagnus Kroken <mkroken@gmail.com>
Sun, 15 Jan 2017 01:21:40 +0000 (02:21 +0100)
committerFelix Fietkau <nbd@nbd.name>
Sun, 29 Jan 2017 13:09:36 +0000 (14:09 +0100)
commit5d2a9d2a3a21bd360cc0956bd31335e7e3396d1d
tree930029901342683e59734167e65d15de2a6831ee
parente5a0eb2af56c2439801dec5988c0d64978698922
busybox: convert netmsg and lock applet to "new style" applet definition

The "new style" busybox applet approach moves all config and build
definitions related to an applet to its .c file. This makes the
patches easier to maintain, as they only add new files to the busybox
build directory, without modifying BusyBox files.

Signed-off-by: Magnus Kroken <mkroken@gmail.com>
Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
package/utils/busybox/patches/210-add_netmsg_util.patch
package/utils/busybox/patches/220-add_lock_util.patch