ath9k: fix module reload on ar713x based systems with ar92xx
[openwrt/openwrt.git] / package / udevtrigger / Makefile
index 99b28d20defe14bd40751d68592a63debf935430..e644339597f0c9dcebae25c4b7ad6f1b035f80f9 100644 (file)
@@ -22,7 +22,6 @@ include $(INCLUDE_DIR)/package.mk
 define Package/udevtrigger
   SECTION:=base
   CATEGORY:=Base system
-  DEPENDS:=@LINUX_2_6
   TITLE:=Small utility to request kernel devices events for coldplug
   URL:=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
   MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
@@ -33,6 +32,7 @@ define Build/Compile
                CROSS_COMPILE="$(TARGET_CROSS)" \
                STRIP="/bin/true" \
                DESTDIR="$(PKG_INSTALL_DIR)" \
+               OPTFLAGS="$(TARGET_CFLAGS)" \
                udevtrigger
 endef