Add a default configuration file (#1404)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6396 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-02-26 22:33:32 +00:00
parent afa75cddce
commit 93fbb25b6d

View File

@ -74,6 +74,8 @@ endef
define Package/alsa-lib/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libasound.so.* $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/share/alsa/
$(INSTALL_CONF) $(PKG_INSTALL_DIR)/usr/share/alsa/alsa.conf $(1)/usr/share/alsa/
endef
$(eval $(call BuildPackage,alsa-lib))