nbd
0b0afa4d81
add INCLUDE_DIR variable for $(TOPDIR)/include
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21 02:32:39 +00:00
nbd
a74795a105
add support for parallel build of packages (tested with -j8)
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3874 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-31 20:58:13 +00:00
nbd
f2a0915886
strip kernel modules automatically as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3870 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-31 20:06:46 +00:00
nbd
00a355fbf7
fix toolchain build, remove some old gcc junk
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3839 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-30 16:53:36 +00:00
mbm
859af2ce0d
move FORCE to toplevel rules.mk
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3777 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-14 10:25:38 +00:00
mbm
64c71ec5d9
partial cleanup
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3758 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-11 00:18:12 +00:00
nbd
dd2b3f1c12
remove old trace/verbose junk
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3755 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-10 20:32:22 +00:00
nbd
0214b712b6
fix menuconfig
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3694 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-21 10:06:31 +00:00
mbm
c9a87c3c4d
fix more BR2 crap
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3691 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-21 09:56:20 +00:00
nbd
ae5ab94ef5
add proper package dependency handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3679 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-20 03:45:03 +00:00
mbm
82daa5e9c0
change cp to $(CP)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3112 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-02-01 23:53:19 +00:00
mbm
07730c370d
Bypass hardcoded ipkg root paths; fixes obscure build error
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3016 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-01-20 00:32:13 +00:00
nbd
a345da1bda
set V=5 as default and fix toolchain verbosity setting
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2469 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-13 01:04:50 +00:00
nbd
41e51f29b4
some more small fixes for the V= stuff
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-22 15:15:57 +00:00
nbd
0781686bc6
make log output a bit nicer
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2241 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-22 15:10:20 +00:00
nbd
4213687753
add some more verbosity stuff
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2222 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-22 01:40:50 +00:00
nbd
d0f611787c
large build system cleanup. added some stuff to control the verbosity level, but not complete, yet.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2221 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-22 00:06:20 +00:00
nbd
dda8643c1f
set default shell to bash
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2183 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-19 13:32:59 +00:00
nbd
102ad2157b
move wificonf and nvram stuff back to package/, remove build_mipsel/root, run install part of package/ for every board/kernel - fixes dependency mess
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-07-24 19:58:14 +00:00
nbd
76ed58d705
move package/linux into target/linux, use wbx' new kernel code. support building images with more than one kernel, split kernel module parts off of packages that use their own kernel modules (fuse, shfs, openswan). some cleanup in the image building process in target/. image builder is disabled for now, needs some fixing.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1085 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-28 09:17:29 +00:00
wbx
40d5788100
remove doubled line
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1081 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-27 06:06:06 +00:00
nbd
02b2ed0c21
copy ipkg shell script to scripts/, change the reference in rules.mk and add the c version of ipkg
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@769 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-30 19:28:10 +00:00
nico
a723229747
Add rscript invocation variables
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@661 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-18 06:14:06 +00:00
kaloz
618de4a4f5
upgrade kernel, quagga and openvpn, add licensing info to diag module, fix up jffs2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@650 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-14 08:39:01 +00:00
nbd
0e7e3013a9
add some fixes for parallel build (does not work with -j4 yet, but it gets most packages compiled now)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@577 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-08 09:08:38 +00:00
nbd
6ea5ea7c86
remove lzma loader config option (make it default) and move it from package/ to target/
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@530 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-02 19:06:50 +00:00
wbx
f0876cc261
fixup openntpd package. ntpd now starts as user ntp and
...
CONTROL/postinst can be executed on host and target system.
idea from nbd to use IPKG_ROOTDIR
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@435 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-23 20:19:42 +00:00
nico
a23ed95f5d
Fix IPKG_TARGET_DIR
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-06 12:29:41 +00:00
nico
8592838f36
Change ipkg invocation and add -force-defaults option
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@313 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-06 11:02:08 +00:00
mbm
f77b88d124
nbd's makefile/menuconfig rewrite
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@307 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-06 03:34:52 +00:00