From 306bd93961cdf3e4be7cc37312e0e6ab269941f2 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 13 Mar 2011 19:02:58 +0000 Subject: [PATCH] alsa-driver: adding the audio group is no longer necessary SVN-Revision: 26135 --- sound/alsa/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sound/alsa/Makefile b/sound/alsa/Makefile index 74ed086ec..23ca76782 100644 --- a/sound/alsa/Makefile +++ b/sound/alsa/Makefile @@ -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 -- 2.30.2