Changeset 398df5e in freewrt for package/openswan
- Timestamp:
- Sep 10, 2006, 4:47:16 PM (19 years ago)
- Children:
- 1ca76d2
- Parents:
- 6b05a25
- Location:
- package/openswan
- Files:
-
- 1 deleted
- 2 edited
- 2 moved
-
Config.in (modified) (2 diffs)
-
Makefile (modified) (3 diffs)
-
ipkg/kmod-openswan.control (deleted)
-
ipkg/openswan.conffiles (moved) (moved from package/openswan/ipkg/openswan-utils.conffiles )
-
ipkg/openswan.control (moved) (moved from package/openswan/ipkg/openswan-utils.control ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/openswan/Config.in
r6b05a25 r398df5e 1 config FWRT_ COMPILE_OPENSWAN1 config FWRT_PACKAGE_OPENSWAN 2 2 prompt "openswan.......................... VPN solution using IPsec" 3 3 tristate … … 9 9 10 10 http://www.openswan.org/ 11 12 config FWRT_PACKAGE_OPENSWAN_UTILS13 prompt "openswan-utils..................... VPN solution using IPsec"14 tristate15 default n16 depends FWRT_COMPILE_OPENSWAN17 help18 OpenSwan is an implementation of IPsec for Linux.19 20 http://www.openswan.org/21 22 config FWRT_PACKAGE_KMOD_OPENSWAN23 prompt "kmod-openswan..................... VPN solution using IPsec"24 tristate25 default n26 depends FWRT_COMPILE_OPENSWAN27 help28 OpenSwan is an implementation of IPsec for Linux.29 30 http://www.openswan.org/31 -
package/openswan/Makefile
r6b05a25 r398df5e 12 12 include $(TOPDIR)/package/rules.mk 13 13 14 $(eval $(call PKG_template,OPENSWAN_UTILS,openswan-utils,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) 15 $(eval $(call PKG_template,KMOD_OPENSWAN,kmod-openswan,$(KERNEL_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE),$(ARCH),kernel ($(KERNEL_VERSION)-$(BOARD)-$(KERNEL_RELEASE)))) 14 $(eval $(call PKG_template,OPENSWAN,openswan,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) 16 15 17 16 FLAGS := $(TARGET_CFLAGS) -I$(WRKBUILD)/linux/include -L$(STAGING_DIR)/usr/lib -I$(STAGING_DIR)/usr/include … … 43 42 44 43 $(IPKG_OPENSWAN): 44 mkdir -p $(PACKAGE_DIR) 45 45 $(MAKE) -C $(WRKBUILD) \ 46 46 $(TARGET_CONFIGURE_OPTS) \ … … 61 61 $(CP) ../rc.d/init.d/ipsec $(IDIR_OPENSWAN)/etc/init.d/S60ipsec 62 62 find $(WRKBUILD) -name \*.old | xargs rm -rf 63 mkdir -p $(PACKAGE_DIR) 63 mkdir -p $(IDIR_OPENSWAN)/lib/modules/$(KERNEL_VERSION) 64 $(CP) $(WRKBUILD)/modobj*/ipsec.$(KERNEL_MOD_SUFFIX) \ 65 $(IDIR_OPENSWAN)/lib/modules/$(KERNEL_VERSION)/ 64 66 $(IPKG_BUILD) $(IDIR_OPENSWAN) $(PACKAGE_DIR) 65 67 66 $(IPKG_KMOD_OPENSWAN):67 mkdir -p $(IDIR_KMOD_OPENSWAN)/lib/modules/$(KERNEL_VERSION)68 $(CP) $(WRKBUILD)/modobj*/ipsec.$(KERNEL_MOD_SUFFIX) \69 $(IDIR_KMOD_OPENSWAN)/lib/modules/$(KERNEL_VERSION)/70 $(IPKG_BUILD) $(IDIR_KMOD_OPENSWAN) $(PACKAGE_DIR)71 -
package/openswan/ipkg/openswan.control
r6b05a25 r398df5e 2 2 Section: base 3 3 Priority: optional 4 Depends: kmod-openswan,libgmp, ip4 Depends: libgmp, ip 5 5 Description: Openswan IPSec software
Note:
See TracChangeset
for help on using the changeset viewer.
