aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add a '@KERNEL' download facility, tweak scriptNicolas Thill2007-08-264-23/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8495 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER ↵Nicolas Thill2007-08-263-2/+2
| | | | | | is always available git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8494 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] make overriding of CPU features configurable, and enable it by defaultGabor Juhos2007-08-264-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8493 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo (closes: #2275)Nicolas Thill2007-08-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8492 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move rule for $(STAGING_DIR)/etc/ipkg.conf out of BuildIPKG so that it's ↵Nicolas Thill2007-08-261-5/+6
| | | | | | defined only once git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8491 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix rt61 on big endian archNicolas Thill2007-08-251-0/+61
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8487 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs fixes:Nicolas Thill2007-08-251-2/+11
| | | | | | | | | - don't bundle libblkid shared lib in e2fsprogs, add a dependency instead - remove references to host dev files in pkgconfig files - add Build/UninstallDev git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8486 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move KERNEL_PATCHVER from kernel.mk to kernel-version.mk so that it is ↵Nicolas Thill2007-08-252-1/+1
| | | | | | defined when dumping target infos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8485 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for KernelPackage/*/descriptionNicolas Thill2007-08-251-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8484 3c298f89-4303-0410-b956-a3cf2f4a3e73
* workaround for timer glitch on some boardsMike Baker2007-08-251-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8483 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wan configuration on wr850g v2/v3Mike Baker2007-08-253-2/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8482 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mkNicolas Thill2007-08-252-4/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8481 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] override CPU featuresGabor Juhos2007-08-241-0/+84
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8480 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix netfilter quota moduleNicolas Thill2007-08-241-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8479 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace xargs commands with $(XARGS)Nicolas Thill2007-08-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8478 3c298f89-4303-0410-b956-a3cf2f4a3e73
* combine the 3 find in a single oneNicolas Thill2007-08-241-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8477 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix rt2x00 buildNicolas Thill2007-08-241-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8476 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark pcmcia-cs 2.4 only, fix dependency on kernel .config (closes: #2191)Nicolas Thill2007-08-241-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Build the quota module for 2.4 targetsFlorian Fainelli2007-08-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8473 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the error on the quota extension (#2080)Florian Fainelli2007-08-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8472 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Disable multilib by defaultFlorian Fainelli2007-08-231-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8471 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add the icplus phy patch, will be required for the r6040 driver later, ↵Florian Fainelli2007-08-232-0/+183
| | | | | | thanks to Daniel Gimpelevich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8470 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Change the property to something more generalFlorian Fainelli2007-08-230-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8469 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add back physdev (#2216)Florian Fainelli2007-08-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8466 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] disable VLANs for RB1xx boards (#2132)Gabor Juhos2007-08-221-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8463 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename libtool macros, revert [8461], make install prefix configurable in ↵Nicolas Thill2007-08-221-3/+3
| | | | | | libtool_fixup_libdir git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8462 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make the libtool fix more dynamicFlorian Fainelli2007-08-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8461 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add kmod-ppp-synctty (#2231)Florian Fainelli2007-08-222-1/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8459 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add 2 helper macros to deal with libtool madnessNicolas Thill2007-08-211-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8457 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add sysupgrade script for config preserving system upgrades. only ↵Felix Fietkau2007-08-216-3/+284
| | | | | | implemented for x86-2.6 at the moment, but can be ported to other platforms easily git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8456 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename 'stampfiles' directory to 'stamp'Nicolas Thill2007-08-212-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8455 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add the ipset missing file from #1970Florian Fainelli2007-08-211-0/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8454 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Do it the other way 2.4 has no nls-base dependency 2.6 has (#2222)Florian Fainelli2007-08-211-26/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8452 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Move to 2.6.22.4Florian Fainelli2007-08-2115-16/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8451 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add usb-keyspan modules (#2229)Florian Fainelli2007-08-212-1/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8450 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Compile crc itu-t as a moduleFlorian Fainelli2007-08-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix rt2x00 dependencies (#2223)Florian Fainelli2007-08-211-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8448 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops. forgot one fileFelix Fietkau2007-08-201-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8445 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup mtd, implement jffs2write - one step closer to config preserving ↵Felix Fietkau2007-08-208-135/+810
| | | | | | system upgrades git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8444 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add 'mtd refresh' commandFelix Fietkau2007-08-192-1/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add refresh ioctl to mtd (for rescanning partitions after reflash)Felix Fietkau2007-08-192-68/+537
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use a more explicit variable name for the number of dhcp leases (#2240)Florian Fainelli2007-08-192-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8437 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable CONFIG_EMBEDDED for x86-2.6, enable KALLSYMSFelix Fietkau2007-08-191-31/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] fix ethernet port mapping of the RB133Gabor Juhos2007-08-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8431 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable romfs, nothing uses itFelix Fietkau2007-08-192-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8430 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add back STAGING_DIR/usr/bin to TARGET_PATH until all library packages that ↵Nicolas Thill2007-08-191-1/+1
| | | | | | install *-config scripts there are fixed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8429 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ipsec-tools update and fixes:Nicolas Thill2007-08-191-12/+22
| | | | | | | | | * update to 0.6.7 (fixes DoS: CVE-2007-1841) * enable hybrid auth and disable shadow support (closes: #2220) * fix config file (closes: #2219) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8428 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix an off-by-one errorFelix Fietkau2007-08-192-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8427 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update sangam-atm driver to 07.02.01.00 (closes: #2177, thanks to Matteo Croce)Nicolas Thill2007-08-185-80/+80
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8426 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cosmetic fix: properly indent sourceNicolas Thill2007-08-181-121/+119
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8425 3c298f89-4303-0410-b956-a3cf2f4a3e73