summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixes ipkg dependency bug for spi modules, #3272John Crispin2008-07-302-23/+15
| | | | SVN-Revision: 12001
* add lm sensor and clean up dependency, fixes #3821John Crispin2008-07-291-1/+15
| | | | SVN-Revision: 11999
* fixes ppp ipv6 scripts, signed-off-by: Alina FriedrichsenJohn Crispin2008-07-292-2/+2
| | | | SVN-Revision: 11998
* ethernet driver updates * new mii bus code, mac0 and mac1 can use the mac0's ↵Gabor Juhos2008-07-2911-285/+508
| | | | | | miii bus from now on * swap eth0 & eth1 on RB433/450 SVN-Revision: 11995
* remove opkg config file and link ipkg.conf to opkg.conf being they are the sameTravis Kemen2008-07-293-7/+1
| | | | SVN-Revision: 11994
* fix uClibc legacy versionFelix Fietkau2008-07-291-1/+1
| | | | SVN-Revision: 11993
* move curl back to packagesTravis Kemen2008-07-294-337/+0
| | | | SVN-Revision: 11992
* removed a missed dependancy on curl remove use of autogen, just run the one ↵Travis Kemen2008-07-293-10/+32
| | | | | | needed command from in it SVN-Revision: 11991
* fix the name of the micrel PHY driverGabor Juhos2008-07-291-1/+1
| | | | SVN-Revision: 11990
* Fix nfs kernel modules for 2.4 kernelsFlorian Fainelli2008-07-291-12/+8
| | | | SVN-Revision: 11989
* opkg depends on curlFlorian Fainelli2008-07-291-0/+1
| | | | SVN-Revision: 11988
* Move curl from packages to trunk, opkg depends on itFlorian Fainelli2008-07-294-0/+337
| | | | SVN-Revision: 11987
* lua: Remove -fPIC for non-powerpc platformsSteven Barth2008-07-291-1/+6
| | | | SVN-Revision: 11985
* add opkg - symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used ↵Travis Kemen2008-07-295-0/+167
| | | | | | as a drop in replacement of ipkg SVN-Revision: 11983
* Move packages lists to the ramdisk to save flash space - Lists now stored in ↵Andy Boyett2008-07-291-0/+1
| | | | | | /var/ipkg-lists/, `ipkg update' must be run after each boot before packages can be installed from feeds SVN-Revision: 11982
* Generate gzipped package lists - Can be used by changing the src line in ↵Andy Boyett2008-07-292-5/+9
| | | | | | /etc/ipkg.conf to src/gz - Cannot be used by busybox ipkg SVN-Revision: 11981
* Port the full ipkg to Kamikaze - Does not suffer from most of the issues the ↵Andy Boyett2008-07-291-0/+76
| | | | | | busybox implementation experiences - busybox ipkg is still the default package manager - Removes /usr/bin/ipkg on install if it is a symlink - Relinks /usr/bin/ipkg to busybox on removal if ipkg is compiled into busybox - Supports gzip'd package lists, results in substantial space savings SVN-Revision: 11980
* switch to the production phy ids on the CambriaImre Kaloz2008-07-281-3/+1
| | | | SVN-Revision: 11979
* fix mkfwimage to recognize the -s optionTravis Kemen2008-07-281-1/+1
| | | | SVN-Revision: 11978
* fixes download path for mac80211John Crispin2008-07-281-1/+1
| | | | SVN-Revision: 11975
* adds luci to the feeds.conf fileJohn Crispin2008-07-281-0/+1
| | | | SVN-Revision: 11973
* fix libraries packaging for uml on x86_64Nicolas Thill2008-07-281-4/+7
| | | | SVN-Revision: 11970
* add a fix to prevent startup crashes on i386 when built with gcc < 4.3Nicolas Thill2008-07-281-0/+13
| | | | SVN-Revision: 11969
* update to 2.6.26Gabor Juhos2008-07-2815-1/+787
| | | | SVN-Revision: 11968
* fixes dbus param of dnsmasq, #3818, thanks the.loekiJohn Crispin2008-07-281-1/+1
| | | | SVN-Revision: 11967
* make use DMA_BIT_MASKGabor Juhos2008-07-281-4/+4
| | | | SVN-Revision: 11966
* atheros: 2.6.26 patchesMatteo Croce2008-07-2710-0/+543
| | | | SVN-Revision: 11965
* Update uClibc config for x86_64Florian Fainelli2008-07-271-14/+56
| | | | SVN-Revision: 11963
* Resynced x86_64 kernel config for umlFlorian Fainelli2008-07-271-0/+7
| | | | SVN-Revision: 11962
* fix a bug in the USB driver debug codeGabor Juhos2008-07-271-4/+4
| | | | SVN-Revision: 11961
* Do not run ldconfig while cross-compiling zlibFlorian Fainelli2008-07-271-10/+10
| | | | SVN-Revision: 11959
* sync 2.6.26 configGabor Juhos2008-07-272-20/+0
| | | | SVN-Revision: 11955
* add missing symbols to 2.6.26 defconfigGabor Juhos2008-07-271-0/+11
| | | | SVN-Revision: 11954
* usb-serial: Fix swapped dependencies for belkin and ch341Andy Boyett2008-07-271-10/+10
| | | | SVN-Revision: 11953
* disable CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED for ar71xxFelix Fietkau2008-07-261-1/+0
| | | | SVN-Revision: 11949
* fix kernel oops in the redboot partition parser when ↵Felix Fietkau2008-07-264-12/+12
| | | | | | CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is set and there is some free space after the rootfs partition SVN-Revision: 11948
* fix mkfwimage build on mac os xFelix Fietkau2008-07-261-1/+1
| | | | SVN-Revision: 11947
* initial 2.6.26 supportGabor Juhos2008-07-2620-0/+1629
| | | | SVN-Revision: 11946
* cleanup trailing whitespaces in 2.6.26 patchesGabor Juhos2008-07-2614-623/+726
| | | | SVN-Revision: 11945
* Remove 2.6.23 files, we will stick to 2.6.24 for rdcFlorian Fainelli2008-07-269-2645/+0
| | | | SVN-Revision: 11944
* Allow madwifi devices to be set in monitor modeFlorian Fainelli2008-07-261-2/+2
| | | | SVN-Revision: 11943
* ipsec{4,6} depend on kmod-crypto-aead to allow esp4 and esp6 to successfully ↵Florian Fainelli2008-07-261-2/+2
| | | | | | load (#3813) SVN-Revision: 11942
* Resync some kernel configuration optionsFlorian Fainelli2008-07-266-2/+4
| | | | SVN-Revision: 11941
* Update wireless documentationFlorian Fainelli2008-07-261-6/+29
| | | | SVN-Revision: 11940
* make boot quiet a bitGabor Juhos2008-07-261-6/+6
| | | | SVN-Revision: 11939
* add backported HSO driverImre Kaloz2008-07-263-1/+2936
| | | | SVN-Revision: 11938
* button-hotplug: fix compile warningsGabor Juhos2008-07-261-4/+4
| | | | SVN-Revision: 11937
* fix yaffs on 2.6.26Gabor Juhos2008-07-261-0/+69
| | | | SVN-Revision: 11936
* fix Dell TrueMobile 2300 v1/v2 detection and network configuration (closes ↵Gabor Juhos2008-07-262-5/+26
| | | | | | #2788) SVN-Revision: 11935
* allow mkfwimage to fail during atheros builds. sometimes images get too big ↵Felix Fietkau2008-07-261-2/+2
| | | | | | for devices that use this image format, but this must not break the normal image build for other atheros devices SVN-Revision: 11934