1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-30 00:51:06 +02:00

fix openswan compile with linux-2.6 (bug #8)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2466 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-11-13 00:25:34 +00:00
parent 3082db0a65
commit c640efa5e5

View File

@ -30,6 +30,7 @@ $(PKG_BUILD_DIR)/.built:
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
USERCOMPILE="$(FLAGS)" \
AS="$(TARGET_CC) $(TARGET_CFLAGS)" \
module
$(IPKG_KMOD_OPENSWAN):