alsa-driver: adding the audio group is no longer necessary
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 Mar 2011 19:02:58 +0000 (19:02 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 Mar 2011 19:02:58 +0000 (19:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26135 3c298f89-4303-0410-b956-a3cf2f4a3e73

sound/alsa/Makefile

index 74ed086..23ca767 100644 (file)
@@ -26,11 +26,6 @@ define KernelPackage/alsa
   AUTOLOAD=$(call AutoLoad,70,$(shell cat ./files/alsa.modules))
 endef
 
-define KernelPackage/alsa/postinst
-       grep -qs "^audio:" "$$IPKG_INSTROOT/etc/group" || echo "audio:x:29:" >> "$$IPKG_INSTROOT/etc/group"
-       exit 0
-endef
-
 ifeq ($(KERNEL),2.4)
   ifeq ($(LINUX_KARCH),i386)
     KERNEL_C_OPTS:= -Os -mpreferred-stack-boundary=2 -march=i486 -fno-unit-at-a-time