From d4042ec35eecb0d417af438a3cb80cc5b7d53ae7 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 8 Oct 2014 03:45:30 +0200 Subject: generic userid: use the new USERID api recent changes in trunk allow us to specify the userid inside the openwrt makefile. the info is stored int he meta data of the IPK contorl file and users are generated by the new generic postinst trigger. Signed-off-by: John Crispin --- net/dmapd/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/dmapd/Makefile') diff --git a/net/dmapd/Makefile b/net/dmapd/Makefile index ca53f6bce..2c97879ac 100644 --- a/net/dmapd/Makefile +++ b/net/dmapd/Makefile @@ -32,6 +32,7 @@ define Package/dmapd DEPENDS:=+libdmapsharing +libdb47 +vips TITLE:= dmapd URL:=http://www.flyn.org/projects/dmapd/ + USERID:=dmapd=56:dmapd=56 endef define Package/dmapd/decription -- cgit v1.2.3