diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-08 03:45:30 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-08 03:45:30 +0200 |
commit | d4042ec35eecb0d417af438a3cb80cc5b7d53ae7 (patch) | |
tree | db4864a42da2eb6ea5b12fe9ad11549782eed212 /net/dmapd/Makefile | |
parent | 85695f4561e474a823347cdb2c7a9456d47c4cc6 (diff) |
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 <blogic@openwrt.org>
Diffstat (limited to 'net/dmapd/Makefile')
-rw-r--r-- | net/dmapd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |