Commit Graph

6776 Commits (36dbcb9b377d3b3576ff081f229dd437e84a92bf)

Author SHA1 Message Date
Felix Fietkau 33ad589de8 add a fix for tun/tap related crashes (backported by Carlos Sobrinho)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5352 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-31 00:57:13 +00:00
Felix Fietkau 26f9b83172 fix vpi/vci setting for pppoa
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5351 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-30 23:58:01 +00:00
Felix Fietkau b108e625f4 enable pppoa for ar7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5350 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-30 23:00:08 +00:00
Felix Fietkau 923cef2b44 rdc: disable pci serial, remove bluetooth (because usb is disabled)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5335 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-30 04:54:39 +00:00
Felix Fietkau c2086acd30 sync dropbear init script with whiterussian, fix locking and add config integration by Carlos Sobrinho
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5331 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-29 05:53:13 +00:00
Felix Fietkau c17b680a77 reset CONFIG_SECTION when calling config_load
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5318 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-28 00:40:17 +00:00
Nicolas Thill 803f212243 use target optimization flags for madwifi tools
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5314 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-27 19:14:43 +00:00
Nicolas Thill 35d17c5169 add target optimization flags
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5312 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-27 15:48:48 +00:00
Imre Kaloz 3dace10f8b add redboot parsing and rtl8169 fixes, enable r8169 and add the free ixp4xx ethernet driver - the later still needs fixes and testing for the gateway 7001
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5311 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-27 12:32:10 +00:00
Imre Kaloz f8aa6c7c8f rename the xscale target to ixp4xx for the forthcoming iop target, add gcc 4.1 patch for arm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5310 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-27 10:26:00 +00:00
Felix Fietkau 50525d6470 extend X86_GRUB_ROOTPART selection to jffs2 images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5308 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-27 05:23:00 +00:00
Felix Fietkau 53b1c42736 revert to hda2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5307 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-27 05:22:39 +00:00
Tim Yardley 96cb46be8d this should have been sda not hda
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5306 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-27 05:13:29 +00:00
Tim Yardley 5e1fe4e7c9 bring in floorf so that postgres server will compile by default, package to come later for server
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5304 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-26 18:05:58 +00:00
Tim Yardley df8db85071 add a configuration option to enable full c99 math in libm. this is needed for functions like floorf (which happens to be used in postgresql server as an example)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5302 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-26 17:16:13 +00:00
Felix Fietkau ad6d1b5f97 add protection against running cf2nand from yaffs2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5301 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-26 02:15:22 +00:00
Felix Fietkau 68219c06b8 add cf2nand script for copying a cf card installation to nand flash automatically on rb532
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5300 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-26 02:09:30 +00:00
Felix Fietkau 4cdea535e0 add lookup function for mtd parts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5299 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-26 01:35:50 +00:00
Felix Fietkau d60a55ea0e use lock to remove race conditions in bringing up ppp and dhcp that would lead to multiple active processes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5298 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-26 01:33:36 +00:00
Felix Fietkau a277034a7d reduce the possibility of race conditions when using the lock utility
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-26 01:32:49 +00:00
Felix Fietkau 60037e70b7 Add NAND flash/YAFFS2 patches for RB532 by David Goodenough
Read the kernel command line from an otherwise unused area of the kernel image (will be used for changing the command line on the fly when copying the system from CF to NAND)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5296 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-26 01:08:41 +00:00
Felix Fietkau a3d5bf8d54 fix dropbear init script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5295 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-26 01:01:04 +00:00
Tim Yardley c8dd870f08 some minor cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5294 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-25 23:52:17 +00:00
Tim Yardley 3562984cb2 fix partition issue with x86, leveraging the default size on the second partition (all of the remaining drive) in order to get around size differences
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5293 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-25 23:51:48 +00:00
Felix Fietkau c124cbd78c ignore mtd erase errors (will probably be required for nand flash)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5292 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-25 19:47:09 +00:00
Felix Fietkau 70a31f5d30 use gcc 4.1.1 for rb532 by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5291 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-25 00:30:36 +00:00
Felix Fietkau 85926fd547 make network scripts more robust, prevent multiple instances of pppd and udhcpc for the same interface
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5290 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-24 23:59:08 +00:00
Tim Yardley 145ed68573 code to bring in the following for x86:
X86_GRUB_ROOTPART: configureable root partition for kernel options
    X86_GRUB_BOOTOPTS: configureable parameters to be added to the boot line



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5289 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-24 22:33:23 +00:00
Mike Baker 671aa68ec1 fix irq issue (ap70 eth1)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5288 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-24 19:53:57 +00:00
Felix Fietkau 2ca894a76e add netconfig fix for wl-500g premium
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5287 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-24 18:51:10 +00:00
Felix Fietkau 40bb14ef28 add e1000 driver, remove references to LINUX_2_4_X86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5286 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-24 18:36:04 +00:00
Felix Fietkau a9cd57af9e turn target runtime check of mtd into a compile-time check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5285 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-24 18:11:33 +00:00
Felix Fietkau c37691ca2a add fix for samsung flash chips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5284 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-24 18:05:05 +00:00
Felix Fietkau b9afc6f302 add extra autoload for ppp modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5283 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-24 17:27:32 +00:00
Felix Fietkau dc8b9cbe8e remove an obsolete function
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5280 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-24 14:15:14 +00:00
Felix Fietkau 8ae19ed0a6 fix dependencies on the virtual kernel package (fixes #878)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5279 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-24 14:02:33 +00:00
Felix Fietkau e02462f0cf convert ar7-atm to KernelPackage template
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5277 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-24 13:52:56 +00:00
Felix Fietkau 85d66fe7d6 convert ar7-net to KernelPackage template
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5276 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-24 13:49:35 +00:00
Felix Fietkau b68b0ad90f fix tiatm compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5275 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-24 13:42:03 +00:00
Felix Fietkau 9112bae18f fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5270 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-23 16:38:47 +00:00
Felix Fietkau 34f202b0ec improve mtd image check - don't check trx header if the target partition is not 'linux', don't display image check messages with -qq and -f, fixes #850
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5269 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-23 14:52:04 +00:00
Felix Fietkau a2befd586f fix a timeout on amd flash chips (patch from #874)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5262 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-22 21:16:15 +00:00
Nicolas Thill efc2f3290c strip third arg (dir name) to Build/Configure/Default macro
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5261 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-22 21:15:55 +00:00
Felix Fietkau 80ad642542 use getdents64 in the uClibc glob function
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5256 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-22 20:33:36 +00:00
Felix Fietkau 9de73088f9 add generic and via ide support to x86-2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5255 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-22 17:01:29 +00:00
Felix Fietkau c64f0ff69c add missing autoload options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5254 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-22 15:57:41 +00:00
Felix Fietkau 04c46399d6 remove obsolete file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5251 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-20 13:36:00 +00:00
Felix Fietkau af117006ba template.awk fix processing of certain config file formats
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5249 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-20 12:56:42 +00:00
Nicolas Thill 238f6ba366 fix squid and rp-pppoe (closes: #869)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5247 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-20 10:32:01 +00:00
Felix Fietkau 82ee8dabab move /usr/lib/parse-config.awk to /lib/config/template.awk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-20 00:13:34 +00:00