mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 04:49:42 +02:00
fix udevextras build when no extras were actually selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10816 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ea0badb270
commit
5c1eb4b4e9
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
# Copyright (C) 2006-2008 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
@ -88,10 +88,12 @@ define Package/udevtrigger/install
|
||||
endef
|
||||
|
||||
define Package/udevextras/install
|
||||
$(INSTALL_DIR) $(1)/lib/udev
|
||||
$(CP) $(PKG_INSTALL_DIR)/lib/udev/* $(1)/lib/udev/
|
||||
$(INSTALL_DIR) $(1)/etc/udev
|
||||
$(CP) $(PKG_BUILD_DIR)/etc/udev/rules.d $(1)/etc/udev/
|
||||
$(INSTALL_DIR) $(1)/lib/udev
|
||||
$$(foreach f, $$(shell $(FIND) $(PKG_INSTALL_DIR)/lib/udev/ -type f), \
|
||||
$(CP) $$(f) $(1)/lib/udev/ ; \
|
||||
)
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,udev))
|
||||
|
Loading…
Reference in New Issue
Block a user