Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure that when the kernel config changes, compile is triggered for all ↵ | Felix Fietkau | 2008-09-02 | 1 | -0/+2 |
| | | | | | | kernel dependent packages SVN-Revision: 12503 | ||||
* | fix ./scripts/env for newer git versions | Felix Fietkau | 2008-09-02 | 1 | -3/+1 |
| | | | | SVN-Revision: 12502 | ||||
* | remove 0-byte files | Felix Fietkau | 2008-09-02 | 34 | -0/+0 |
| | | | | SVN-Revision: 12501 | ||||
* | nuke ipkg, now that we use opkg, we don't need it anymore | Felix Fietkau | 2008-09-02 | 1 | -77/+0 |
| | | | | SVN-Revision: 12500 | ||||
* | final fix for BCM5354 USB cores, hopefully | Imre Kaloz | 2008-09-02 | 1 | -3/+13 |
| | | | | SVN-Revision: 12499 | ||||
* | remove ipkg from busybox | Felix Fietkau | 2008-09-02 | 8 | -14073/+0 |
| | | | | SVN-Revision: 12498 | ||||
* | remove awx from busybox, refresh patches | Felix Fietkau | 2008-09-02 | 7 | -1629/+8 |
| | | | | SVN-Revision: 12497 | ||||
* | BusyBox httpd Accept Header Patch | Felix Fietkau | 2008-09-02 | 1 | -0/+42 |
| | | | | | | | | | | | | | | With this patch the BusyBox httpd pass the "Accept:" and "Accept-Language:" header by the environment variables to the CGI-Script, so this can make Content Negotiation to deliver the page in the language, which was selected by the user in the browser settings, and/or serve the XHTML page with the right MIME-Type application/xhtml+xml to user agents which support it und text/html which don't. Signed-off-by: Alina Friedrichsen <x-alina@gmx.net> SVN-Revision: 12496 | ||||
* | provide a md5sum wrapper for BSDish systems | Felix Fietkau | 2008-09-02 | 1 | -3/+15 |
| | | | | SVN-Revision: 12495 | ||||
* | get rid of a shell warning if md5sum is not found | Felix Fietkau | 2008-09-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 12494 | ||||
* | clean up md5s() shell function | Felix Fietkau | 2008-09-02 | 1 | -1/+4 |
| | | | | SVN-Revision: 12493 | ||||
* | disable autorebuild for the toolchain, as it can easily lead to build breakages | Felix Fietkau | 2008-09-02 | 4 | -0/+4 |
| | | | | SVN-Revision: 12492 | ||||
* | add prereq check for extended getopt (#3944) | Felix Fietkau | 2008-09-02 | 1 | -0/+8 |
| | | | | SVN-Revision: 12491 | ||||
* | quilt depends on sed | Felix Fietkau | 2008-09-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 12490 | ||||
* | madwifi upstream does not work on wisoc | Felix Fietkau | 2008-09-02 | 1 | -1/+2 |
| | | | | SVN-Revision: 12489 | ||||
* | fix madwifi upstream compile for mips (#3952) | Felix Fietkau | 2008-09-02 | 1 | -2/+2 |
| | | | | SVN-Revision: 12488 | ||||
* | add option to cache local queries, from sn9 | Travis Kemen | 2008-09-02 | 1 | -1/+2 |
| | | | | SVN-Revision: 12485 | ||||
* | Fix enabling of init scripts. | Lars-Peter Clausen | 2008-09-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 12482 | ||||
* | Add @GNOME download source. | Lars-Peter Clausen | 2008-09-01 | 2 | -2/+16 |
| | | | | SVN-Revision: 12469 | ||||
* | Treat vlynq external divisor just like automatic, fix comment about it, ↵ | Florian Fainelli | 2008-09-01 | 1 | -1/+3 |
| | | | | | | thanks sn9 SVN-Revision: 12467 | ||||
* | add TARGET_CXX variable which points to the c++ cross compiler | Felix Fietkau | 2008-09-01 | 1 | -1/+2 |
| | | | | SVN-Revision: 12466 | ||||
* | fixes usb storage mounting | John Crispin | 2008-09-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 12465 | ||||
* | make openwrt boot on ar9130 (currently no ethernet yet) | Felix Fietkau | 2008-09-01 | 2 | -12/+49 |
| | | | | SVN-Revision: 12463 | ||||
* | Change even more dependencies on kmod-video-core after [12460] | Nicolas Thill | 2008-09-01 | 1 | -5/+5 |
| | | | | SVN-Revision: 12462 | ||||
* | Move I2C_PCA Kconfig item to generic-2.6 | Nicolas Thill | 2008-09-01 | 2 | -1/+1 |
| | | | | SVN-Revision: 12459 | ||||
* | Fix AT91 MMC host controller path on 2.6.25 | Nicolas Thill | 2008-09-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 12458 | ||||
* | Use a newer acx firmware | Florian Fainelli | 2008-09-01 | 1 | -1/+2 |
| | | | | SVN-Revision: 12455 | ||||
* | Fix divisor calculation and configuration from previous commit, thanks sn9 | Florian Fainelli | 2008-09-01 | 5 | -44/+22 |
| | | | | SVN-Revision: 12454 | ||||
* | add a gzipped uImage for ar71xx | Felix Fietkau | 2008-09-01 | 1 | -0/+5 |
| | | | | SVN-Revision: 12453 | ||||
* | add an extra build step Build/Install which allows you to run a make install ↵ | Felix Fietkau | 2008-09-01 | 1 | -0/+2 |
| | | | | | | target after the post-compile hooks have run - will be necessary for some libtool dependent stuff SVN-Revision: 12452 | ||||
* | install a symlink to the correct version of find in $(STAGING_DIR_HOST)/bin | Felix Fietkau | 2008-09-01 | 1 | -2/+5 |
| | | | | SVN-Revision: 12451 | ||||
* | madwifi: fix compile warning | Felix Fietkau | 2008-09-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 12450 | ||||
* | improve wds sta mode compatibility | Felix Fietkau | 2008-09-01 | 2 | -27/+21 |
| | | | | SVN-Revision: 12449 | ||||
* | Make ide-core depend on pci support, remove dupe Kconfig item | Nicolas Thill | 2008-08-31 | 1 | -1/+1 |
| | | | | SVN-Revision: 12448 | ||||
* | Backport new Sierra Wireless USB IDs from 2.6.27 to .25 & .26 (closes: #3912) | Nicolas Thill | 2008-08-31 | 2 | -0/+32 |
| | | | | | | Signed-off-by: Dirk Nehring <dnehring@gmx.net> SVN-Revision: 12447 | ||||
* | Build images for the AG310, thanks sn9 | Florian Fainelli | 2008-08-31 | 1 | -0/+1 |
| | | | | SVN-Revision: 12446 | ||||
* | Correctly set b/g rate tables for mac80211, thanks sn9 | Florian Fainelli | 2008-08-31 | 1 | -0/+108 |
| | | | | SVN-Revision: 12445 | ||||
* | Sync ar7 default network configuration with latest firewall and network ↵ | Florian Fainelli | 2008-08-31 | 1 | -2/+2 |
| | | | | | | settings, thanks sn9 SVN-Revision: 12444 | ||||
* | Fix divisor settings for external devices like wireless devices, thanks sn9 | Florian Fainelli | 2008-08-31 | 2 | -14/+42 |
| | | | | SVN-Revision: 12443 | ||||
* | Update acx-mac80211 to a more recent snapshot, thanks sn9 | Florian Fainelli | 2008-08-30 | 2 | -14/+17 |
| | | | | SVN-Revision: 12439 | ||||
* | Build images for WAG54GP2v1 and v2, thanks sn9 | Florian Fainelli | 2008-08-30 | 1 | -1/+3 |
| | | | | SVN-Revision: 12438 | ||||
* | Add 2.6.26 kernel configuration file | Florian Fainelli | 2008-08-30 | 1 | -0/+215 |
| | | | | SVN-Revision: 12437 | ||||
* | Switch ar7 to 2.6.26, thanks sn9 | Florian Fainelli | 2008-08-30 | 4 | -48/+111 |
| | | | | SVN-Revision: 12436 | ||||
* | fix madwifi hal target for mips* | Felix Fietkau | 2008-08-30 | 1 | -5/+14 |
| | | | | SVN-Revision: 12435 | ||||
* | leave libtool m4 files in both $(STAGING_DIR)/host and $(STAGING_DIR_HOST) | Felix Fietkau | 2008-08-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 12434 | ||||
* | this adds hg (Mercurial) SCM checkout support, very similar to the current ↵ | Florian Fainelli | 2008-08-29 | 1 | -2/+20 |
| | | | | | | | | git or svn checkout support; potential use is for building em28xx-new driver (USB hybrid DVB-T device) which lives in a Mercurial repo. (#3229) Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> SVN-Revision: 12433 | ||||
* | Integrate new HAL release (by OpenWrt, DD-WRT, MakSat Technologies) | Felix Fietkau | 2008-08-29 | 3 | -0/+135 |
| | | | | SVN-Revision: 12429 | ||||
* | revert accidental change to madwifi.sh | Felix Fietkau | 2008-08-29 | 1 | -0/+1 |
| | | | | SVN-Revision: 12428 | ||||
* | Use unsigned longs for bitwise operations in awk, thanks benoar. - Resolves ↵ | Andy Boyett | 2008-08-28 | 1 | -0/+36 |
| | | | | | | the ipcalc.sh bug on some arches, closes #3012, #3946 - Submitted upstream as busybox bug #4774 SVN-Revision: 12427 | ||||
* | fix a race condition which would leave dnsmasq in infinite resolving ↵ | Felix Fietkau | 2008-08-28 | 1 | -0/+1 |
| | | | | | | recursion nirvana SVN-Revision: 12424 |