Commit graph

87 commits

Author SHA1 Message Date
Felix Fietkau
2dc6d4d781 use an if block on the whole configure command
SVN-Revision: 4717
2006-08-30 10:30:14 +00:00
Mike Baker
a5b58128b0 fix previous commit
SVN-Revision: 4716
2006-08-30 10:26:30 +00:00
Felix Fietkau
7b8d2827f5 only run trap error code in the configure template, if the configure script was not found
SVN-Revision: 4715
2006-08-30 10:24:11 +00:00
Mike Baker
172e5eb67e Add new warning to help track down pesky compile issues
SVN-Revision: 4713
2006-08-30 09:57:57 +00:00
Felix Fietkau
8278890f15 move $(MAKE) packages from .linux-compile: to compile:
SVN-Revision: 4689
2006-08-27 13:22:42 +00:00
Felix Fietkau
732eb10afa fix LINUX_RELEASE and use it for the kmod-* build
SVN-Revision: 4687
2006-08-27 13:08:53 +00:00
Imre Kaloz
aae33f76f8 add basic support for the Magicbox boards
SVN-Revision: 4672
2006-08-25 21:53:54 +00:00
Felix Fietkau
8aee0bee5c add prereq check to prevent people from building openwrt as root
SVN-Revision: 4655
2006-08-24 18:49:51 +00:00
Florian Fainelli
e0d3bc1c95 Port kmod-tun to the new module layout
SVN-Revision: 4633
2006-08-22 19:43:53 +00:00
Florian Fainelli
5e7c9908cc Port kmod-gre to the new module layout
SVN-Revision: 4630
2006-08-22 12:40:33 +00:00
Felix Fietkau
34a8300f0d port kmod-ipv6 to the new system
SVN-Revision: 4615
2006-08-20 17:27:24 +00:00
Gerry Rozema
109039c248 Remove postinit stuff for initramfs
SVN-Revision: 4605
2006-08-18 22:38:20 +00:00
Gerry Rozema
55f3d75f84 handle postinit for initramfs
SVN-Revision: 4601
2006-08-18 19:39:51 +00:00
Felix Fietkau
c80281f919 remove reference to missing file
SVN-Revision: 4595
2006-08-18 14:44:30 +00:00
Gerry Rozema
eca4391691 Update for initramfs handling
SVN-Revision: 4591
2006-08-18 12:39:49 +00:00
Nicolas Thill
cb3aaf3448 cosmetic coherency fix
SVN-Revision: 4588
2006-08-18 01:18:24 +00:00
Felix Fietkau
ffa5ce367c fix KERNELNAME
SVN-Revision: 4584
2006-08-17 18:11:25 +00:00
Gerry Rozema
0d4a346652 Build bzImage for x86 builds - allow ext2 images even if initramfs used, they are needed for creating boot images
SVN-Revision: 4579
2006-08-17 07:20:08 +00:00
Mike Baker
3300149aed tidy up output
SVN-Revision: 4578
2006-08-17 00:33:27 +00:00
Mike Baker
4a71f7adae fix accidental tab
SVN-Revision: 4577
2006-08-17 00:12:03 +00:00
Mike Baker
92c9733f3a Show error messages when collecting the package info
SVN-Revision: 4573
2006-08-16 23:43:56 +00:00
Mike Baker
d0b7296ddb fix issues if kernel config is changed after the compile has started
SVN-Revision: 4570
2006-08-16 00:35:30 +00:00
Gerry Rozema
28fc5e4f7a Move a bunch of ethernet hardware drivers to new kernel module packageing
SVN-Revision: 4569
2006-08-14 08:16:47 +00:00
Gerry Rozema
5f9fc3c98e Make ext2 image larger for uml, update uml kernel config
SVN-Revision: 4567
2006-08-14 07:41:23 +00:00
Nicolas Thill
3e90de0312 fix uml-2.6 (closes: #678)
SVN-Revision: 4551
2006-08-10 11:16:46 +00:00
Florian Fainelli
bd7a40ba7d Force remove of the symbolic link build_arm/linux, especially when switching from targets using the same toolchain (ex : switching from brcm-2.4 to au1000-2.6)
SVN-Revision: 4462
2006-08-05 00:55:41 +00:00
Mike Baker
a737dbbcb6 automatically turn off colors
SVN-Revision: 4454
2006-08-04 20:46:47 +00:00
Mike Baker
5d30e6cb47 set PATH in rules.mk
SVN-Revision: 4438
2006-08-04 11:59:52 +00:00
Mike Baker
20922bcde7 fix everything I broke with the previous patches
SVN-Revision: 4436
2006-08-04 09:14:20 +00:00
Mike Baker
ad24256f8f yet more cleanup (make sure to honor TARGET_CC and not just TARGET_CROSS)
SVN-Revision: 4433
2006-08-04 06:23:47 +00:00
Mike Baker
6c81c75f03 more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC)
SVN-Revision: 4432
2006-08-04 05:30:27 +00:00
Mike Baker
ced7d6a91f remove debug line
SVN-Revision: 4400
2006-08-02 14:34:35 +00:00
Mike Baker
f489431f0f correct [4397]
SVN-Revision: 4398
2006-08-02 13:57:33 +00:00
Mike Baker
188f641153 fix CONFIG_ALL
SVN-Revision: 4397
2006-08-02 13:40:11 +00:00
Mike Baker
e8d1e4e748 minor makefile tweaks
SVN-Revision: 4393
2006-08-02 12:07:14 +00:00
Felix Fietkau
fcaf5b5469 don't try to package ipt_SNAT and ipt_DNAT when making kernel module packages
SVN-Revision: 4354
2006-07-31 16:39:58 +00:00
Felix Fietkau
526445bae2 port ppp modules to package/kernel and fix ppp package dependencies
SVN-Revision: 4329
2006-07-30 15:27:51 +00:00
Felix Fietkau
45e7d06393 add support for per-package prereq checks, run global prereq checks before (menu-)config
SVN-Revision: 4318
2006-07-29 11:30:06 +00:00
Mike Baker
55fd1cd74e fix build issues with SMP compiles
SVN-Revision: 4317
2006-07-28 17:53:19 +00:00
Mike Baker
43ea2723a8 add more ipkg validation checks
SVN-Revision: 4292
2006-07-26 01:01:09 +00:00
Felix Fietkau
07eaf1e1b1 add ncurses to prereq checks
SVN-Revision: 4244
2006-07-23 23:02:37 +00:00
Nicolas Thill
df5a64a875 add genext2fs to build ext2 filesystem images
SVN-Revision: 4213
2006-07-22 16:33:33 +00:00
Felix Fietkau
daa509ea7f port over the netfilter module packaging to the new system and fix iptables dependencies
SVN-Revision: 4206
2006-07-22 12:33:28 +00:00
Felix Fietkau
2a08d05aa3 fix NO_TRACE_MAKE
SVN-Revision: 4205
2006-07-22 12:16:26 +00:00
Felix Fietkau
79e9e338c9 revert last prereq.mk - seems to be a different issue
SVN-Revision: 4204
2006-07-22 12:04:08 +00:00
Felix Fietkau
3b7bea181a fix prereqs
SVN-Revision: 4203
2006-07-22 11:43:48 +00:00
Mike Baker
cd42bf72d9 fix a few directories missed in [4176]'s source -> download
SVN-Revision: 4198
2006-07-21 17:00:14 +00:00
Felix Fietkau
4d2f748fd2 add submenu dependencies (used to hide the proprietary broadcom driver on anything except for brcm-2.4)
SVN-Revision: 4197
2006-07-21 14:27:45 +00:00
Mike Baker
595b076912 fix a few broken depenancies
SVN-Revision: 4181
2006-07-21 00:08:50 +00:00
Mike Baker
3c050e543f change $(STAMP_DIR) to $(LINUX_DIR) to avoid issues compiling multiple kernels
SVN-Revision: 4180
2006-07-20 23:52:27 +00:00