Just a small case of missing semicolons. Though I wonder if the first couldn't be replaced with just TARGET_CPPFLAGS += -I$(LINUX_DIR)/include and the TARGET_LDFLAGS reassignment dropped, as it seems to do nothing.
Regards, Jonas Gorski -- Index: net/openswan/Makefile =================================================================== --- net/openswan/Makefile (revision 15534) +++ net/openswan/Makefile (working copy) @@ -54,11 +54,11 @@ This package contains the Openswan kernel module. endef -TARGET_CPPFLAGS = \ +TARGET_CPPFLAGS := \ $(TARGET_CPPFLAGS) \ -I$(LINUX_DIR)/include -TARGET_LDFLAGS = \ +TARGET_LDFLAGS := \ $(TARGET_LDFLAGS) OPENSWAN_MAKE := $(MAKE) -C $(PKG_BUILD_DIR) \ _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel