1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-03 01:06:22 +03:00
Commit Graph

1006 Commits

Author SHA1 Message Date
nbd
c993669cc4 remove support for DEBUG_DIR, it has lost its purpose since STAGING_DIR_ROOT was added
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19849 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-24 23:43:05 +00:00
lars
062a258f58 autotools.mk: Don't try to fixup .la files in the DevInstall host path, because
those .la files shouldn't go there anyway.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19785 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-20 23:40:53 +00:00
thepeople
c5b11fb03d this patch adds support for bzr in include/download.mk, and fixes
whitespace.

-Raphael

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19769 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-20 04:48:07 +00:00
hauke
d5434378fc [brcm-2.4] update kernel to version 2.4.37.9 and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19762 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-19 21:30:10 +00:00
jow
f082191aa5 [generic-2.4] netfilter: add support for raw table and NOTRACK target (#5504)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19721 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-19 01:36:47 +00:00
lars
9435e670b4 autotools.mk: Add PKG_LIBTOOL_PATHS variable.
PKG_LIBTOOL_PATHS can be used to specify to tell libtool_fixup where to look
for libtool scripts of a package. This is useful if a package has it's libtool
script in a non-standard location or has multiple libtool scripts.

The value should be a space seperated list of paths which are relative to
$(PKG_BUILD_DIR). It defautls to $(CONFIGURE_PATH).



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19713 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-18 23:50:44 +00:00
nbd
a6dc04e249 Revert "sort Kconfig symbols automatically to make Kaloz happy :p"
Relying on some sort implementations' weird behaviour of ignoring # and whitespaces at the beginning of a line is not a good idea, and it's certainly not portable

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19675 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-16 21:34:50 +00:00
thepeople
8fce8f5924 update kernel from 2.6.32.7 to 2.6.32.8, thanks tripolar
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19591 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-12 01:12:11 +00:00
juhosg
a1ab296cfb sort Kconfig symbols automatically to make Kaloz happy :p
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-11 13:07:10 +00:00
kaloz
cdce93c921 with no users left, remove support for 2.6.21
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19578 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-11 08:37:57 +00:00
kaloz
ac57f1f687 we use per-target kernel versions for 2.6 for a long time now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19577 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-11 08:35:33 +00:00
lars
1d010919f0 Allow colored output to be disabled when running a non-verbose build by
setting NO_COLOR=1


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19560 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-08 22:28:19 +00:00
mbm
648b182960 disable stdin unless make V=99; fixes bug where compilation can stall waiting for input
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19511 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-04 04:43:17 +00:00
lars
440e0933ab autotools.mk: Add libstdc++ quirk to libtool_fixup_libdir.
Fixes build of packages which use libtool and link against packages which link against libstdc++


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19399 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-30 14:51:22 +00:00
kaloz
a24dd9c82f update to 2.6.32.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19379 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-29 12:19:31 +00:00
juhosg
414e59d258 kernel: update to 2.6.32.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19358 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-28 11:54:20 +00:00
nbd
5ecf595947 unset user overrides for quilt settings to prevent them from interfering with the build process (#6553)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19332 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-25 21:45:10 +00:00
nbd
f6b470be4f fix rootfs preparation with rootfs containing files with whitespaces in the filename (based on patch from #6551)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19282 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-22 23:10:57 +00:00
kaloz
f96dbb73b2 update to latest kernel versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-19 11:53:56 +00:00
nbd
5231eb95d6 make sure that processed directories are printed on make V=99
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19174 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-16 22:18:56 +00:00
jow
0466bd77cf [buildroot] allow download urls using the file:// schema (#6480)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19120 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-13 19:38:53 +00:00
lars
19682a7752 Add support for building ubifs images.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19097 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-11 01:10:45 +00:00
kaloz
304bb85bf9 upgrade to latest kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19087 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-09 23:13:27 +00:00
lars
e6c9aacc59 Prevent unnecessary host package rebuilds.
Sometimes `make install` touches a file inside the build directory, so it is
betterr to create the build stamp after calling `make install` otherwise the
package is going to be rebuild even though nothing really changed.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19021 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-03 18:00:28 +00:00
juhosg
c48f4513dc kernel: update to 2.6.31.9 and 2.6.32.2, and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18982 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-01 11:11:17 +00:00
kaloz
be8ce37ea9 get rid of even more 2.6.28 stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18953 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-27 21:35:42 +00:00
nico
1e236ec360 [include] use a common site/linux config, since site/linux-gnu & site/linux-uclibc configs are identical
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18811 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-18 10:38:16 +00:00
nbd
99a469f933 do not download kernel sources when using an external kernel tree
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18777 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-14 13:54:03 +00:00
kaloz
7ac177517c upgrade to 2.6.31.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18747 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-11 11:10:49 +00:00
jow
38155e5737 [package] iptables: add comment match to the core package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18706 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-08 20:52:58 +00:00
juhosg
73fec548e6 kernel: add md5sum for 2.6.32 final, and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18636 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-04 20:26:55 +00:00
florian
7a42d31127 [kernel] update to 2.6.30, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18635 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-04 14:52:45 +00:00
kaloz
785fefeaea upgrade x86 to 2.6.31.6, resync patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18609 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-30 10:32:20 +00:00
nbd
124b7a0af5 ar71xx: the squashfs-4k images are unreliable in some builds. add 4k, 8k padding to the generic squashfs images and use them on 4k devices as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18526 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-24 13:55:40 +00:00
nbd
1a0728cfcf hostapd: fix rebuild checks (#6210)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18497 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-23 17:12:54 +00:00
nbd
a4b548a00d build variants: only build opkg packages for the requested build variant (or any if no variant was specified for the package)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18464 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-22 07:08:39 +00:00
kaloz
e57137a613 make lzo compressed initramfs selectable, too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18457 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-21 15:20:11 +00:00
nbd
ad1ed217dc merge target kernel config files with subtarget config files and add a variable override for editing the target kernel config file with make kernel_menuconfig in case the subtarget contains overrides (thx, sn9)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18362 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 01:25:06 +00:00
nbd
7131b95c8c automatically adjust CONFIG_BLK_DEV_INITRD in the kernel config (thx, sn9)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18361 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 01:25:02 +00:00
nbd
bc624321e8 build system: introduce a new feature called build variants.
it allows building a package multiple times in one pass with different build dirs,
based on the same build settings.
replaces templating hacks like the one used in the hostapd package

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18357 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-10 22:00:54 +00:00
nbd
64dc8b1d34 fix one more instance of r18295
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18301 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-04 22:51:07 +00:00
nbd
80f27f1a42 fix platform specific overrides for kernel modules, fixes lp on brcm-2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18295 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-04 21:54:53 +00:00
nbd
a1fd86c13e unbreak brcm-2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18287 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-03 15:38:04 +00:00
kaloz
d231904055 use the new option for creating squashfs4-lzma images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18269 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-02 09:53:29 +00:00
nbd
07caea4e37 binutils: fix path to cloog and ppl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18265 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-02 00:47:24 +00:00
agb
06c8c0c238 use $(HOST_CFLAGS) when not cross-compiling. Thanks Daniel Gimpelevich
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18232 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-30 22:52:27 +00:00
florian
24168b9159 [kernel] remove support for 2.6.27, no target is using it anymore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18201 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-29 12:20:45 +00:00
kaloz
706035474c swap logic on squashfs version selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18163 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-26 12:06:47 +00:00
florian
1c583f3a1f [kernel] update to 2.6.31.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18127 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-23 12:13:00 +00:00
florian
ec067db63f [kernel] update to 2.6.30.9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18126 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-23 12:10:25 +00:00
florian
b7c2081cbd [kernel] update to 2.6.27.35
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18125 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-23 09:12:17 +00:00
nbd
5b6977f54e add experimental support for a new menuconfig submenu "Package features".
allows selection between multiple packages providing the same feature, which affects dependencies of other packages.
will be used e.g. for choosing between DirectFB and X.org for libraries like GTK2

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18056 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-17 22:11:21 +00:00
nico
b06dc645db [kernel] netfilter: remove IPset leftovers missed from [17844]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-11 14:08:31 +00:00
nico
e1233dcc29 [include] adjust pointer size from 4 to 8 bytes in x86_64 site config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17845 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-04 00:44:32 +00:00
juhosg
61a476da4d kernel: upgrade to 2.6.30.8 and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17804 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-01 10:07:32 +00:00
hauke
e0cf13bf5a [ipset] Update ipset to version 3.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17764 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-27 15:03:41 +00:00
hauke
545acb046c [kernel] Update to kernel 2.6.31.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17737 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-26 13:28:32 +00:00
nbd
6a3512627c host build: do not hide the configure command
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17716 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-25 09:28:14 +00:00
kaloz
c64ffe5a1a update to latest 2.6.27 and 2.6.30 kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17602 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-17 11:22:33 +00:00
nbd
faa68f7f6b build prereq: look for tar under the name "gnutar" as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17575 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-14 10:40:04 +00:00
florian
50abbed98f [kernel] update to 2.6.27.33
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17569 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-11 07:45:08 +00:00
juhosg
98337a7ad3 kernel: add md5sum for 2.6.31 final, and refresh 2.6.31 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17558 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-10 13:37:31 +00:00
florian
ff9d9a341a [kernel] update to 2.6.30.6, compile tested on some targets only
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17549 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-09 07:35:06 +00:00
florian
43cf9049e3 [kernel] update to 2.6.27.32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17548 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-09 07:13:09 +00:00
juhosg
0ee891fb2b add menuconfig option for enabling debugfs support in the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-08 07:25:20 +00:00
nbd
db11e2abd1 now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the board name around in kmod-* package versions anymore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17528 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-06 17:26:37 +00:00
nbd
6dcd15c933 do not fail on empty packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17504 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-03 02:53:13 +00:00
nbd
b0d4ac6f4d get rid of old data before staging unstripped package binaries
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17498 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-03 01:10:37 +00:00
nbd
8e7e55ae9d build: when staging unstripped package files, install them to a temporary directory first to work around file overwrite issues in packages like asterisk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17477 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-02 19:01:09 +00:00
nbd
8e82554c4f add support for build system overlays that alter package build instructions
currently unused, will probably be managed by the feeds system later

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17445 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-31 01:11:25 +00:00
juhosg
f16a932fac create v4 squashfs image for 2.6.31
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17406 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-26 09:52:25 +00:00
nbd
e605dff48f change HOST_STAMP_PREPARED for toolchain builds to make sure that added/removed patches do not trigger partial toolchain rebuilds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17392 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 23:22:28 +00:00
nbd
6a26e8186b merge the control file and the .ipk file targets into one to prevent them from going out of sync
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17332 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 15:48:41 +00:00
nbd
23910e915a fix multiple ipkg builds of the same arch but with different targets in the same checkout
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17325 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 14:04:40 +00:00
nbd
a5ee1ea114 when regenerating an ipkg package, make sure the entire ipkg build dir is cleaned as well to prevent stale files from making it into the package after configuration changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17313 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 15:12:54 +00:00
florian
d8c14cad10 [kernel] use 2.6.30.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17296 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-17 15:05:26 +00:00
florian
cc636d65a0 [package] ensure CONTROL directory is created (#5683)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17293 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-17 10:14:25 +00:00
florian
7856745f84 [kernel] switch to 2.6.27.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17291 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-17 09:17:06 +00:00
juhosg
9d40adf198 add menuconfig option for selecting initramfs compression
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17283 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-16 05:35:34 +00:00
florian
3a63130e2e [kernel] use 2.4.37.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17257 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-14 13:56:17 +00:00
nbd
ba38e05850 add an optional config option for stripping all unnecessary symbol exports from the kernel image
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17181 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-08 14:22:04 +00:00
nbd
33da501107 add target for library specific installations into the root staging dir, fix ipkg build dependency on the package build stamp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17168 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-08 02:24:37 +00:00
nbd
b69805034d add a staging directory for unstripped package files, useful for debugging, will be used for mklibs integration later
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17167 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07 21:58:35 +00:00
nbd
a2b578fb01 work around a threading bug in mksquashfs4 by limiting the number of threads to 1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17146 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-06 12:55:41 +00:00
kaloz
d6fe17c2bf brcm-2.4 is the only non-2.6 target, it's pointless to note the kernelversion in other targets' Target-Name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17102 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-03 11:44:28 +00:00
kaloz
b2e24e292f add special handling for the adm5120 target, which uses subtargets for different endianess -- later we should come up with something smarter
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17101 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-03 11:24:56 +00:00
florian
1719546f8b [package] revert 17050 this was not the right way to fix this
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17075 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-01 12:10:22 +00:00
kaloz
967b579058 use board names instead of arch in packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17063 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-31 12:15:51 +00:00
florian
c74a041bc1 [kernel] update to 2.6.30.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17062 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-31 11:13:55 +00:00
florian
6c24276491 [kernel] update to 2.6.27.29
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17060 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-31 11:09:27 +00:00
florian
b1257bc84f [package] move the global ipv6 option to the very bottom of the options passed to configure scripts, so that we can still override it in package makefiles (#5592, #5586)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17050 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-30 13:05:51 +00:00
florian
e86275357d [kernel] use 2.4.37.4 for brcm-2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17045 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-29 21:28:33 +00:00
florian
2f7cbe555a [kernel] switch to 2.6.30.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17028 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-27 10:02:24 +00:00
florian
d448bd10fd [kernel] switch to 2.6.27.28
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17027 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-27 10:01:33 +00:00
florian
e7ad6419c1 [kernel] remove 2.6.23 version, it is no longer in use
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17026 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-27 09:01:42 +00:00
florian
53ea39ed02 [package] globally define IPv6 support or not in OpenWrt, just like for largefiles, ipv6 disabled by default (#4857)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16983 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-25 21:45:51 +00:00
florian
a46f3b0df9 [package] split ebtables packages and modules into ebtables ipv4/6 and watchers (#5001)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16980 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-25 19:47:48 +00:00
florian
39df09f658 use --binary option of md5sum to improve compatibility with other platforms (#5192)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16977 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-25 17:16:00 +00:00
florian
69b3fbbacd [kernel] use 2.6.27.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16968 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-24 17:03:03 +00:00
florian
c24342582e [package] fix ip6tables installation against ip6t_HL which has been merged in xt_HL since 2.6.29 (#5568)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16964 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-24 11:52:30 +00:00
nbd
9423e64b30 add sitefile definitions for ac_cv_func_setgrent_void
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16962 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-23 15:50:51 +00:00
kaloz
a95df58789 update to 2.6.30.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16931 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-20 10:18:56 +00:00
nbd
fb042825f8 get rid of linux 2.6.29
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16883 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-17 16:20:25 +00:00
nbd
d975a4247b move the toolchain_install stampfile to the right place to fix spurious missing toolchain errors after cleaning stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16776 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-11 12:48:59 +00:00
juhosg
9c5b233c5b [kernel] bump to 2.6.29.6 and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16698 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-05 15:08:56 +00:00
florian
f1d5ca45b6 [kernel] update targets to 2.6.30.1, update patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16697 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-05 14:39:13 +00:00
florian
f2446147e5 [kernel] update to latest 2.6.27.26 stable kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-03 09:31:52 +00:00
florian
c2299025a7 Fix configure script path when not at the root of $(PKG_BUILD_DIR), thanks Daniel Dickinson (#5255)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16656 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-02 13:08:08 +00:00
kaloz
dccbe704f2 add preliminary coldfire v4e support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16538 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-21 18:34:07 +00:00
florian
b1a6ff3d6f [kernel] use 2.6.27.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16486 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-17 08:46:47 +00:00
hauke
84e31d1dc4 [brcm-2.4] Update kernel to 2.4.37.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16449 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-14 11:37:28 +00:00
hcg
53ab200256 Add 2.6.30 final
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16418 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-11 08:17:21 +00:00
nbd
f2f58ad188 enable ucitrigger by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16403 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-10 14:37:46 +00:00
lars
95761f2647 More libtool madness: Every package which was using c++ and libtool fixup
was linked against libstd++ even though if it should have been linked
against uclibc++. This is fixed by providing a special version of libtool
fixup for packages which should use uclibc++. Not pretty but functional.
Packages linking against uclibc++ should use PKG_FIXUP:=libtool-ucxx instead of
PKG_FIXUP:=libtool

Somebody should probably check all packages using c++ with a dependency on stdlibc++
if uclibc++ can be used instead now.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16317 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-04 00:20:01 +00:00
kaloz
fb4bc75c87 add pcie feature flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16293 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-02 09:50:43 +00:00
ralph
8ad47a5623 fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16236 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 16:15:47 +00:00
ralph
5880d2ea18 [package] add dist and distcheck target (to create new source balls)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16230 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 12:01:05 +00:00
ralph
9158119b40 [package] add package source path override
- use external source tree instead of source ball
- the external package source tree will be included as symlink
- make package/<name>/clean will delete the symlink instead of whole source tree
- usefull in conjunction with external SCM like ClearCase
- package-version-override.mk has to be included before package.mk



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16227 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 11:35:13 +00:00
florian
fc87a32e79 [brcm-2.4] use 2.4.37.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16149 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 16:42:29 +00:00
ralph
51def42732 added BUILD_LOG_DIR variable, make clean will delete the ./logs dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16148 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 16:30:04 +00:00
florian
55877ca580 [brcm-2.4] update to 2.4.37, tested on wrt54gs (#4766)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16144 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 15:55:54 +00:00
hcg
c5a9834bb4 [kernel] revert 15922 - add back 2.6.29 kernel support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16127 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 10:00:48 +00:00
nbd
33a7975916 improve error message output of metadata scan - fix newline break and do not hide broken makefiles after the first invocation anymore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16101 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-27 02:50:53 +00:00
florian
f29bf60fb1 stop build when an error occurs and when BUILDLOG is set (#5160)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16079 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 14:18:05 +00:00
nbd
9d6983fd78 enable lzma for squashfs4 by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15962 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-21 18:11:22 +00:00
florian
5513dc8be3 [kernel] update to new stable 2.6.27.24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15931 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-20 09:00:09 +00:00
florian
98f8672981 [kernel] remove 2.6.29 since there are no remaining users of it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15922 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-19 10:21:32 +00:00
juhosg
ef7cf93ac5 [image] create squashfs4 images if kernel version >=2.6.29
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15866 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-15 12:10:47 +00:00
nbd
935dfb67aa netfilter: move iptable_raw, xt_NOTRACK from conntrack-extra to conntrack
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15854 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-14 21:46:33 +00:00
hauke
b94eefee0f [netfilter] ipt_TTL and ipt_ttl moved and were renamed in kernel 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15851 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-14 19:01:38 +00:00
nbd
0b5ca8f588 use unexport instead of export to clear perforce variables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15708 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-08 15:35:27 +00:00
nbd
b4c7c3f804 override some variables to make sure that perforce does not mess with our build process
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15705 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-07 23:50:19 +00:00
florian
632405de28 [kernel] remove 2.6.26 since there are no remaining candidates for it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15666 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-07 12:21:02 +00:00
jow
d2e0fc9c6b [include] adept netfilter.mk to updated imq
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15656 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-07 03:16:36 +00:00
kaloz
5cffa2bddb upgrade to newest stable kernel versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15575 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-03 16:58:06 +00:00
nbd
75891cb99c fix a typo that prevented host build specific variable exports from working
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15512 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-30 14:15:45 +00:00
kaloz
7943fcac9d 2.6.30 supports different initramfs compressors, take care of them
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15498 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-29 20:53:38 +00:00
nico
7af6a41b95 add missing bits from [15451]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15453 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-27 16:02:21 +00:00
nico
db6a8626c2 introduce a generic PKG_CONFIG_DEPENDS for packages that need to be reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15451 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-27 15:53:00 +00:00
florian
a9737455cb [kernel] also strip the .notes section of the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15443 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-27 15:37:58 +00:00
nbd
f5c5ebc6e0 make sure that at least sed is built before kernel_menuconfig/kernel_oldconfig is executed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15433 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-27 10:39:03 +00:00
florian
f569ac6660 [kernel] remove 2.6.24, no target is relying on it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15388 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-24 14:35:19 +00:00
nbd
c871067185 add missing $(if) check for build logging
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15366 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-24 01:20:23 +00:00
nbd
b5d6e8c95a add BUILD_LOG option to let the build system log all subdir make command output to individual files (useful for debugging parallel builds)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15362 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-24 01:04:50 +00:00
nbd
4fdf829b30 fix KERNEL_PATCHVER, properly strip -rc* suffixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15353 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23 14:55:07 +00:00
nbd
e5c7dd93ee emit proper error messages if important kernel config files are missing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15352 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23 14:55:02 +00:00
nico
3b8ee9a4d4 remove 2 old interfering variables, probably missed from [15299]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15340 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-22 22:08:42 +00:00
nbd
aa1fa7f74a clean up automake/pkg-config handling, move separate host/package variable exports to templates, fix automake path for host builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15339 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-22 22:05:55 +00:00
nbd
1e36c4b53e kernel: make sure all patches are applied before running menuconfig or oldconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15325 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-21 13:08:56 +00:00
nbd
2c740480ef move pkg config stuff to per-target exports to prevent interference with host builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15299 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-20 18:56:57 +00:00