aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add an 'Image Configuration' menu to menuconfigFelix Fietkau2007-03-169-115/+166
| | | | | | | | | Packages can export a list of config options with labels and data types through the metadata. The selected config values will be exported to the target filesystem in /etc/uci-defaults and applied on the first boot. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* split package.mk and clean up build system code (based on patch by mbm), ↵Felix Fietkau2007-03-154-312/+291
| | | | | | makes the code more readable and speeds up metadata scan git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6571 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable bridge, disable wifiMike Baker2007-03-152-1/+7
| | | | | | | Easier to deal with "how do I enable wifi" than "why isn't wifi working?" git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable ext2 by default for rb532 (fixes #1466)Felix Fietkau2007-03-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6569 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add a few nops to keep the cpu happyFelix Fietkau2007-03-151-0/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added TXpower, antenna diversity, distance, backround scan, PSK and PSK2 ↵Travis Kemen2007-03-151-7/+71
| | | | | | settings, from #1287 #1255 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6567 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Change mtu value for pppoa and pppoe (#945)Florian Fainelli2007-03-142-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kmod-switch compile on brcm-2.4 (#1461)Felix Fietkau2007-03-142-12/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix up remaining parts for the brcm47xx-2.6 port (tested on wgt634u), nuke ↵Felix Fietkau2007-03-1418-14046/+6
| | | | | | the old brcm-2.6 port, close #1312, #1451 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add reboot fix from #1312Felix Fietkau2007-03-143-2/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6563 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add diag and switch support for brcm47xx-2.6Felix Fietkau2007-03-148-71/+212
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6562 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add -i <include file> and -f <ahtml file> options for awx interpreter ↵Felix Fietkau2007-03-141-70/+105
| | | | | | (requested by mbm) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6561 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the patchlevel of the busybox stty patchFelix Fietkau2007-03-131-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6560 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Small bug fix to package/kernel/modules/other.mkHamish Guthrie2007-03-132-1/+27
| | | | | | | | stty broken in busybox 1.4.1, added patch with fixed code from BB SVN. This will need to be removed when 1.4.2 is released. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6559 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove screwy network config override from x86-2.6 base-filesFelix Fietkau2007-03-121-19/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6558 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary IOP32x support, mark it broken for nowImre Kaloz2007-03-116-12/+567
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6557 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix gcc version selectionImre Kaloz2007-03-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6556 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops... forgot to remove lineFelix Fietkau2007-03-111-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6555 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace libcgi with some code extracted from haserl - libcgi is too ↵Felix Fietkau2007-03-113-59/+529
| | | | | | inflexible and breaks rrdtool git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix staging dir installation of libcgiFelix Fietkau2007-03-111-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6553 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo (#1454)Felix Fietkau2007-03-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6550 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add awx (awk web extension) - experimental core for a new web interface ↵Felix Fietkau2007-03-113-2/+674
| | | | | | framework git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6549 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add libcgiFelix Fietkau2007-03-111-0/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6548 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable httpd config option for running scripts through an interpreterFelix Fietkau2007-03-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6547 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops... forgot to make x86-2.6 ext2 images use preinit as well :)Felix Fietkau2007-03-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6546 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Added dependency on AT91 buildHamish Guthrie2007-03-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6545 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Added MMC/SD Card module supportHamish Guthrie2007-03-102-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6544 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more devfs related bugsMike Baker2007-03-091-8/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6543 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix up the netconfig script after the devfs=>hotplug2 migrationFelix Fietkau2007-03-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6542 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fallback when devfs names aren't foundMike Baker2007-03-091-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6541 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Changed default compiler for 2.6 kernels to 4.1.2Hamish Guthrie2007-03-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6539 3c298f89-4303-0410-b956-a3cf2f4a3e73
* forgot to set eol-styleTim Yardley2007-03-070-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6536 3c298f89-4303-0410-b956-a3cf2f4a3e73
* split out scsi module support and add ata piix supportTim Yardley2007-03-074-2/+87
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6535 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Added GPIO driverHamish Guthrie2007-03-072-0/+358
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6534 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix config, set directory block to -1 for redboot.Mike Albon2007-03-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add new config option for the hostname in /etc/config/system (fixes #1302, ↵Felix Fietkau2007-03-062-2/+13
| | | | | | #1438) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6532 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for LED drivers (clock tick and CPU activity)Hamish Guthrie2007-03-063-51/+173
| | | | | | | Removed partition support (done on command line now) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add vga console support for x86-2.6 images (fixes #1342, #840)Felix Fietkau2007-03-064-7/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6530 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Modified partition table to support jffs2Hamish Guthrie2007-03-051-0/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6529 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Chaged kernel config so default builds cleanlyHamish Guthrie2007-03-051-21/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6528 3c298f89-4303-0410-b956-a3cf2f4a3e73
* trunk.. same deal as changeset:6526Tim Yardley2007-03-0520-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6527 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix squashfs for ixp4xxImre Kaloz2007-03-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6524 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing init=/etc/preinit cmdline parameterFelix Fietkau2007-03-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add squashfs support for ixp4xxFelix Fietkau2007-03-053-8/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6522 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more hotplug2/mdev/devfs related fixups, this time for broadcomFelix Fietkau2007-03-042-14/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6519 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a compile error caused by the devfs removalFelix Fietkau2007-03-041-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6518 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable ne2k-pci by defaultFelix Fietkau2007-03-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6517 3c298f89-4303-0410-b956-a3cf2f4a3e73
* git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6516 ↵Imre Kaloz2007-03-041-3/+3
| | | | 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix metadata scan for profile splitFelix Fietkau2007-03-042-5/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6515 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reorder target profilesFelix Fietkau2007-03-046-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6514 3c298f89-4303-0410-b956-a3cf2f4a3e73