[brcm63xx] Remove patch 140-new_bcm96348gw_leds because it is really the GW6200 leds...
[openwrt.git] / package / udevtrigger / Makefile
index 435ad8f..e644339 100644 (file)
@@ -20,11 +20,11 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/udev-$(PKG_VERSION)
 include $(INCLUDE_DIR)/package.mk
 
 define Package/udevtrigger
-       SECTION:=base
-       CATEGORY:=Base system
-       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>
+  SECTION:=base
+  CATEGORY:=Base system
+  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>
 endef
 
 define Build/Compile
@@ -32,6 +32,7 @@ define Build/Compile
                CROSS_COMPILE="$(TARGET_CROSS)" \
                STRIP="/bin/true" \
                DESTDIR="$(PKG_INSTALL_DIR)" \
+               OPTFLAGS="$(TARGET_CFLAGS)" \
                udevtrigger
 endef
 
This page took 0.022346 seconds and 4 git commands to generate.