Log of /branches/freewrt_1_0/package/openswan/Makefile
Parent Directory
|
Revision Log
Revision
2091 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 22 12:29:01 2007 UTC
(7 years ago)
by
markus
File length: 2281 byte(s)
Diff to
previous 1909
added a workaround to build properly.
After compiling the package the install section was run againt to
build the image file. This second run did not work because we changed
the content of /etc with the first run.
Now I force a remove of /etc before the "make install" call.
Revision
1742 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 24 15:28:00 2007 UTC
(7 years, 1 month ago)
by
markus
File length: 2162 byte(s)
Diff to
previous 1170
- added init-script that honors "autostart" option to be FreeWRT compliant
- added entry to rc.conf
- cleaned up install section of Makefile
Revision
804 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 1 14:01:35 2006 UTC
(7 years, 4 months ago)
by
wbx
File length: 2196 byte(s)
Diff to
previous 800
* part 1
do not overwrite ARCH in mk/targets.mk
ARCH is used for ipkg package creation.
Add two new variables:
CPU_ARCH -> architecture + endianess f.e. mipsel
KERNEL_ARCH -> architecture for Kernel modules f.e. mips
fix all kernel module packages to use these variables.
* part 2
start creation of board+kernel+model+fs specific
base-files-arch and kernel packages. needed for web image builder (wib)
Revision
800 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 1 08:31:51 2006 UTC
(7 years, 4 months ago)
by
wbx
File length: 2175 byte(s)
Diff to
previous 744
* sync with changes in trunk
* lzo2 instead of lzo
* fix tinc/vtun build
* security update for openssh/openssl
* update for iproute2,openvpn,openntpd, iptables and ipp, openswan
* disable ipv6 in busybox, autoselect this feature for all ipv6 related packages
* add better startup scripts for openssh and openntpd
Revision
588 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 12 18:11:35 2006 UTC
(7 years, 5 months ago)
by
wbx
Original Path:
trunk/freewrt/package/openswan/Makefile
File length: 2016 byte(s)
Diff to
previous 303
merge wbx-target-cleanup to trunk.
- mk directory for some top level makefiles (build.mk,vars.mk)
- add a separate configfs partition to all models, 128 kb big
- add model and platform specific startup files and kernel configs
- delete target/linux/package, add all addon kernel packages to packages
- simplify target/linux/brcm-2.4/Makefile, abstraction to mk/ comes later
- add target/image directory, place where the different images are created
- default off for all extra packages, be sure that you enable all packages
you need to get a dsl-capable router. snapshots will be created by a specific config which contains all needed stuff (iptables, pppoe, pptp, haserl, webif)
Revision
303 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 20 23:56:32 2006 UTC
(7 years, 7 months ago)
by
tg
Original Path:
trunk/freewrt/package/openswan/Makefile
File length: 1544 byte(s)
Diff to
previous 1
* whitespace cleanup, while here
* move WRKDIR and DISTFILES definition into PKG_template
* define WRKDIR via parent BUILD_DIR instead of going up from WRKSRC
* use a sub-directory as WRKDIR, like BSD
* rename PKG_BUILD_DIR into WRKBUILD
* define WRKBUILD relative via WRKDIR
* rename PKG_INSTALL_DIR into WRKINST
* fix a few dependencies
* make use of common cases in the definition of WRKBUILD and
WRKINST, removing many redundant lines
* use WRKDIR instead of BUILD_DIR in places where the latter
was used previously
* while here, remove PKG_CAT stuff
this only affects packages, for now
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.