aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add acx-mac80211 (thanks to Matteo Croce)Nicolas Thill2007-08-284-0/+198
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fonera-mp3: fix json-c dependency here as wellNicolas Thill2007-08-281-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8529 3c298f89-4303-0410-b956-a3cf2f4a3e73
* json-c: fix package name, add UninstallDevNicolas Thill2007-08-281-6/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8528 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix pcmcia submenu (broken by [8520])Nicolas Thill2007-08-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8524 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a PyMod template for python related modulesFlorian Fainelli2007-08-281-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8522 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more cosmetic fixes missed from [8250]Nicolas Thill2007-08-282-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8521 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cosmetic fixes: rearrange KernelPackage definitionsNicolas Thill2007-08-288-220/+438
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8520 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove useless definitionsNicolas Thill2007-08-281-10/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8519 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kmod-hermes-* dependenciesNicolas Thill2007-08-281-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8518 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the CONFIG_LFS option (#2276)Florian Fainelli2007-08-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added libjson-c. added driver, webinterface and userspace daemon for the John Crispin2007-08-2738-0/+4925
| | | | | | | fonera mp3-hack git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8509 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow the user to override the underlying connection method when using pptp ↵Felix Fietkau2007-08-271-1/+2
| | | | | | (defaults to dhcp) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the commentFlorian Fainelli2007-08-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8506 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a watchdog driver for rdc321x (needs testing) and try to detect the rdc cpuFlorian Fainelli2007-08-278-11/+351
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8505 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make the architecture gpio more readableFlorian Fainelli2007-08-271-4/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8504 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the sdk generation with the new staging_dir layoutFlorian Fainelli2007-08-271-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8503 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211 fixes:Nicolas Thill2007-08-271-11/+16
| | | | | | | | * mark 2.6 only * only build if in-kernel mac80211 is available (i.e. the kernel is recent enough) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8502 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/rt2x00 fixes:Nicolas Thill2007-08-271-8/+10
| | | | | | | | * mark 2.6 only * add a dependency on in-kernel mac80211 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8501 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark package/rt61 as 2.6 onlyNicolas Thill2007-08-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8500 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert [8473] (see [8055])Nicolas Thill2007-08-272-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8499 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/util-linux fixes:Nicolas Thill2007-08-261-9/+14
| | | | | | | | | * don't use Build/Configure/Default since it is not an autoconf based package * fix opt flags passed more than once * move DEPENDS:=@!LINUX_2_6_ETRAX in shared Package/util-linux/Default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ifenslave fixes:Nicolas Thill2007-08-261-3/+5
| | | | | | | | * use KERNEL_BUILD_DIR for PKG_BUILD_DIR * no need to copy source, can compile from linux source directly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8497 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prevent ldconfig use in autoconf based packagesNicolas Thill2007-08-261-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8496 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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