Author: nbd Date: 2015-08-13 21:02:21 +0200 (Thu, 13 Aug 2015) New Revision: 46588
Modified: trunk/package/devel/oprofile/Makefile Log: oprofile: fix path to kernel headers Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/devel/oprofile/Makefile =================================================================== --- trunk/package/devel/oprofile/Makefile 2015-08-13 19:02:16 UTC (rev 46587) +++ trunk/package/devel/oprofile/Makefile 2015-08-13 19:02:21 UTC (rev 46588) @@ -50,6 +50,7 @@ define Build/Configure $(call Build/Configure/Default, \ --with-kernel-support \ + --with-kernel=$(LINUX_DIR)/user_headers \ --without-x \ ) endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
