[pisa-src] r1625 - trunk/openwrt/package/pisa/Makefile

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 10 Nov 2009 18:55:54 +0100

Author: biurrun
Date: Tue Nov 10 18:55:54 2009
New Revision: 1625

Log:
Drop removed --enable-openwrt parameter from configure invocation.

Modified:
   trunk/openwrt/package/pisa/Makefile

Modified: trunk/openwrt/package/pisa/Makefile
==============================================================================
--- trunk/openwrt/package/pisa/Makefile Tue Nov 10 18:29:02 2009        (r1624)
+++ trunk/openwrt/package/pisa/Makefile Tue Nov 10 18:55:54 2009        (r1625)
@@ -38,9 +38,7 @@
        $(CONFIGURE_VARS);
 
        $(call Build/Configure/Default, \
-               --host=$(GNU_TARGET_NAME) --target=$(GNU_TARGET_NAME) \
-               --enable-openwrt \
-       );
+               --host=$(GNU_TARGET_NAME) --target=$(GNU_TARGET_NAME));
 endef
 
 define Build/Compile

Other related posts:

  • » [pisa-src] r1625 - trunk/openwrt/package/pisa/Makefile - Diego Biurrun