1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 23:58:27 +02:00
Commit Graph

2922 Commits

Author SHA1 Message Date
Felix Fietkau
4e24e35fa9 build system cleanup. move shared include files into $(TOPDIR)/include, move lzma, mkfs.* into toolchain/
SVN-Revision: 4032
2006-06-21 02:16:37 +00:00
Felix Fietkau
99bc02a12b add global make download target
SVN-Revision: 4031
2006-06-20 23:57:10 +00:00
Felix Fietkau
991cba3cc9 add target/download
SVN-Revision: 4030
2006-06-20 23:56:49 +00:00
Felix Fietkau
96930ce1ee add toolchain/download target
SVN-Revision: 4029
2006-06-20 23:49:23 +00:00
Felix Fietkau
c1f7064330 add package/download target
SVN-Revision: 4028
2006-06-20 23:40:02 +00:00
Mike Baker
5dbe7cac54 annoying initrd bug introduced by 2.6.17
SVN-Revision: 4027
2006-06-20 18:57:30 +00:00
Felix Fietkau
ea43523991 more dependency fixes
SVN-Revision: 4024
2006-06-20 17:54:30 +00:00
Felix Fietkau
879a46444f fix for multiple dependency flags
SVN-Revision: 4023
2006-06-20 17:50:49 +00:00
Felix Fietkau
e600bdecca mount /proc earlier in /sbin/mount_root
SVN-Revision: 4022
2006-06-20 15:40:14 +00:00
Florian Fainelli
3b33c72d46 Update alchemy kernel configuration
SVN-Revision: 4020
2006-06-20 09:57:42 +00:00
Imre Kaloz
adf95c2d03 be politically correct
SVN-Revision: 4019
2006-06-20 08:28:06 +00:00
Felix Fietkau
fbacc12b30 add libbcmcrypto to the nas package
SVN-Revision: 4018
2006-06-20 04:48:01 +00:00
Mike Baker
c67deeeafa fix irq handling on 2.6.17
SVN-Revision: 4017
2006-06-20 00:24:18 +00:00
Nicolas Thill
bf97626352 fix MODULE_PARM removal in 2.6.17.
SVN-Revision: 4016
2006-06-19 23:55:09 +00:00
Mike Baker
67b741fe77 reintroduce the -ffreestanding to avoid gcc inline errors
SVN-Revision: 4015
2006-06-19 22:28:58 +00:00
Felix Fietkau
5e01d653fa add a list append function to functions.sh
SVN-Revision: 4014
2006-06-19 21:45:07 +00:00
Felix Fietkau
1e5f02e9d0 build mimo version of the broadcom wl driver as well
SVN-Revision: 4013
2006-06-19 21:11:35 +00:00
Felix Fietkau
5ddbc45eda fix wlcompat depends/default
SVN-Revision: 4012
2006-06-19 20:31:52 +00:00
Felix Fietkau
c271dd6017 add modules.d file for wl
SVN-Revision: 4011
2006-06-19 20:30:20 +00:00
Felix Fietkau
55b66e9d15 fix broadcom trx alignment
SVN-Revision: 4010
2006-06-19 20:22:43 +00:00
Felix Fietkau
3763da2cc5 remove the wl.o build from the kernel patch and move the driver along with wl, nas and wlc into packages/broadcom-wl
SVN-Revision: 4009
2006-06-19 19:59:53 +00:00
Imre Kaloz
0c327ae79d update Aruba config for 2.6.17
SVN-Revision: 4008
2006-06-19 18:28:08 +00:00
Felix Fietkau
dec62c0d0d fix rb532 for 2.6.17
SVN-Revision: 4007
2006-06-19 18:13:02 +00:00
Imre Kaloz
77f666e354 fix the Aruba ethernet drivers for 2.6.17
SVN-Revision: 4006
2006-06-19 11:17:46 +00:00
Nicolas Thill
6f50a3edc5 fix module params on 2.6.17, suppress warnings.
SVN-Revision: 4005
2006-06-19 02:05:27 +00:00
Nicolas Thill
efe08c7da9 move source file to src/ and let the kernel tree build the modules.
SVN-Revision: 4004
2006-06-19 00:18:32 +00:00
Felix Fietkau
e68bb5af4a fix typo in brcm-2.4 system code
SVN-Revision: 4003
2006-06-18 22:30:14 +00:00
Nicolas Thill
6f3aa200b3 move wlcompat from target/linux/package/ to package/.
SVN-Revision: 4002
2006-06-18 20:44:34 +00:00
Imre Kaloz
465dff41c8 follow the xtables changes in 2.6.17
SVN-Revision: 4001
2006-06-18 20:25:54 +00:00
Felix Fietkau
c0ea6ab40c add util-linux
SVN-Revision: 4000
2006-06-18 19:16:08 +00:00
Felix Fietkau
ebcc9327e8 override LDOPTS to remove madwifi compile warning
SVN-Revision: 3999
2006-06-18 19:16:04 +00:00
Nicolas Thill
b65701e887 normalize Makefiles.
SVN-Revision: 3998
2006-06-18 18:30:40 +00:00
Nicolas Thill
f24397711b add conffiles, use proper optimization flags when building.
SVN-Revision: 3997
2006-06-18 18:27:23 +00:00
Nicolas Thill
adbb4c3e33 rename br2684.init to br2684.hotplug, normalize Makefile.
SVN-Revision: 3996
2006-06-18 18:26:00 +00:00
Nicolas Thill
b418646d03 remove unneeded autoconf call and flags, rename S50dropbear to dropbear.init, normalize Makefile: - indent configure invocation, - use "install -d" instead of "mkdir -p".
SVN-Revision: 3995
2006-06-18 18:22:24 +00:00
Nicolas Thill
5bdf5b84cb remove ipkg directory, add conffiles, normalize Makefile.
SVN-Revision: 3994
2006-06-18 18:10:41 +00:00
Nicolas Thill
52f8d5bdce move source files to src/.
SVN-Revision: 3993
2006-06-18 18:05:20 +00:00
Felix Fietkau
e5c5a14618 add wlc utility
SVN-Revision: 3992
2006-06-18 18:04:42 +00:00
Nicolas Thill
a48288c6a4 move source file to src/.
SVN-Revision: 3991
2006-06-18 18:03:31 +00:00
Nicolas Thill
eabd154f51 remove ipkg directory, normalize Makefile.
SVN-Revision: 3990
2006-06-18 17:46:02 +00:00
Nicolas Thill
6b99e5608c remove ipkg directory, normalize Makefile.
SVN-Revision: 3989
2006-06-18 17:09:40 +00:00
Imre Kaloz
453299e099 fix the multiple gateway patch, too
SVN-Revision: 3988
2006-06-18 15:15:19 +00:00
Imre Kaloz
03f79e624f upgrade to 2.6.17, probably break some stuff temporary
SVN-Revision: 3987
2006-06-18 14:32:57 +00:00
Felix Fietkau
33983a27fc add conffiles for base-files
SVN-Revision: 3986
2006-06-18 13:38:23 +00:00
Felix Fietkau
68b9a0b76b fix extra control files for packages containing "." and allow different conffiles for multiple packages built from the same directory
SVN-Revision: 3985
2006-06-18 13:32:43 +00:00
Felix Fietkau
735be760e3 add conffiles to iptables
SVN-Revision: 3984
2006-06-18 13:10:29 +00:00
Nicolas Thill
108c394fa0 suppress warnings.
SVN-Revision: 3983
2006-06-18 13:09:54 +00:00
Felix Fietkau
9a9f6205c4 add support for conffiles,preinst,... through templates
SVN-Revision: 3982
2006-06-18 13:09:32 +00:00
Nicolas Thill
7eda64608c move source files to src/ and let the kernel tree build the module.
SVN-Revision: 3981
2006-06-18 13:04:58 +00:00
Felix Fietkau
8fbfbb3619 add missing base-files for rb532
SVN-Revision: 3980
2006-06-18 12:40:42 +00:00