summaryrefslogtreecommitdiff
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-1652-53/+1
| | | | | | lots of places SVN-Revision: 6582
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-1649-121/+5
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580
* Changed kernel configs to enable more packages. Added additional ↵Hamish Guthrie2007-03-161-1/+2
| | | | | | dependencies to mmc module in the modules tree SVN-Revision: 6579
* add a new 'option disabled' to wifi-deviceMike Baker2007-03-163-19/+12
| | | | SVN-Revision: 6576
* Add an 'Image Configuration' menu to menuconfig Packages can export a list ↵Felix Fietkau2007-03-164-5/+30
| | | | | | 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. SVN-Revision: 6572
* Enable bridge, disable wifi Easier to deal with "how do I enable wifi" than ↵Mike Baker2007-03-152-1/+7
| | | | | | "why isn't wifi working?" SVN-Revision: 6570
* added TXpower, antenna diversity, distance, backround scan, PSK and PSK2 ↵Travis Kemen2007-03-151-7/+71
| | | | | | settings, from #1287 #1255 SVN-Revision: 6567
* Change mtu value for pppoa and pppoe (#945)Florian Fainelli2007-03-142-2/+2
| | | | SVN-Revision: 6566
* fix kmod-switch compile on brcm-2.4 (#1461)Felix Fietkau2007-03-142-12/+12
| | | | SVN-Revision: 6565
* fix up remaining parts for the brcm47xx-2.6 port (tested on wgt634u), nuke ↵Felix Fietkau2007-03-141-10/+0
| | | | | | the old brcm-2.6 port, close #1312, #1451 SVN-Revision: 6564
* add diag and switch support for brcm47xx-2.6Felix Fietkau2007-03-148-71/+212
| | | | SVN-Revision: 6562
* add -i <include file> and -f <ahtml file> options for awx interpreter ↵Felix Fietkau2007-03-141-70/+105
| | | | | | (requested by mbm) SVN-Revision: 6561
* fix the patchlevel of the busybox stty patchFelix Fietkau2007-03-131-2/+2
| | | | SVN-Revision: 6560
* Small bug fix to package/kernel/modules/other.mk stty broken in busybox ↵Hamish Guthrie2007-03-132-1/+27
| | | | | | 1.4.1, added patch with fixed code from BB SVN. This will need to be removed when 1.4.2 is released. SVN-Revision: 6559
* add preliminary IOP32x support, mark it broken for nowImre Kaloz2007-03-112-12/+26
| | | | SVN-Revision: 6557
* oops... forgot to remove lineFelix Fietkau2007-03-111-1/+0
| | | | SVN-Revision: 6555
* replace libcgi with some code extracted from haserl - libcgi is too ↵Felix Fietkau2007-03-113-59/+529
| | | | | | inflexible and breaks rrdtool SVN-Revision: 6554
* fix staging dir installation of libcgiFelix Fietkau2007-03-111-0/+1
| | | | SVN-Revision: 6553
* fix typo (#1454)Felix Fietkau2007-03-111-1/+1
| | | | SVN-Revision: 6550
* add awx (awk web extension) - experimental core for a new web interface ↵Felix Fietkau2007-03-113-2/+674
| | | | | | framework SVN-Revision: 6549
* add libcgiFelix Fietkau2007-03-111-0/+30
| | | | SVN-Revision: 6548
* enable httpd config option for running scripts through an interpreterFelix Fietkau2007-03-111-1/+1
| | | | SVN-Revision: 6547
* Added dependency on AT91 buildHamish Guthrie2007-03-101-0/+1
| | | | SVN-Revision: 6545
* Added MMC/SD Card module supportHamish Guthrie2007-03-101-0/+15
| | | | SVN-Revision: 6544
* fallback when devfs names aren't foundMike Baker2007-03-091-1/+6
| | | | SVN-Revision: 6541
* split out scsi module support and add ata piix supportTim Yardley2007-03-073-2/+32
| | | | SVN-Revision: 6535
* add new config option for the hostname in /etc/config/system (fixes #1302, ↵Felix Fietkau2007-03-062-2/+13
| | | | | | #1438) SVN-Revision: 6532
* add vga console support for x86-2.6 images (fixes #1342, #840)Felix Fietkau2007-03-061-0/+1
| | | | SVN-Revision: 6530
* trunk.. same deal as changeset:6526Tim Yardley2007-03-0520-0/+0
| | | | SVN-Revision: 6527
* nuke mdev and replace it with hotplug2 :)Felix Fietkau2007-03-0415-26/+33
| | | | SVN-Revision: 6512
* make hotplug2 depend on udevtriggerFelix Fietkau2007-03-041-1/+1
| | | | SVN-Revision: 6511
* add hotplug2Felix Fietkau2007-03-041-0/+42
| | | | SVN-Revision: 6510
* upgrade udev to latest version and add separate package for udevtrigger ↵Felix Fietkau2007-03-041-2/+13
| | | | | | (will be used by hotplug2) SVN-Revision: 6509
* hopefully fix ping bugs introduced in [6443]Felix Fietkau2007-03-041-12/+1
| | | | SVN-Revision: 6505
* only mount sysfs once (thx, ejka)Felix Fietkau2007-03-041-2/+0
| | | | SVN-Revision: 6504
* same propset here as changeset:6500Tim Yardley2007-03-0415-15/+15
| | | | SVN-Revision: 6501
* add failsafe support for x86-2.6 and fix mdev support for platforms using ↵Felix Fietkau2007-03-033-13/+24
| | | | | | /etc/preinit SVN-Revision: 6481
* don't run mdev on hotplug pseudo-events that come from user spaceFelix Fietkau2007-03-031-1/+1
| | | | SVN-Revision: 6480
* R.I.P. devfsImre Kaloz2007-03-037-4/+23
| | | | SVN-Revision: 6478
* make find_mtd_part work without devfsFelix Fietkau2007-03-021-1/+3
| | | | SVN-Revision: 6466
* commit profile support for base-files... patches still need to be doneTim Yardley2007-03-021-2/+7
| | | | SVN-Revision: 6465
* add SimpleTech SimpleShare NAS diag support (untested; based on patch from ↵Felix Fietkau2007-03-021-2/+20
| | | | | | #1352) SVN-Revision: 6460
* add support for static routes - based on the patch from #1365Felix Fietkau2007-03-022-1/+44
| | | | SVN-Revision: 6457
* add support for if{down,up} -a and implement proper start/stop/restart for ↵Felix Fietkau2007-03-022-2/+22
| | | | | | /etc/init.d/network SVN-Revision: 6455
* make squashfs overlay support more generic and integrate it for x86-2.6Felix Fietkau2007-03-024-2/+153
| | | | SVN-Revision: 6450
* fix compile errorFelix Fietkau2007-03-011-1/+8
| | | | SVN-Revision: 6448
* make the iptables package robust to kernel config changesFelix Fietkau2007-03-011-0/+4
| | | | SVN-Revision: 6447
* Package sit module as part of kmod-ipv6 (#1424)Florian Fainelli2007-03-011-1/+1
| | | | SVN-Revision: 6445
* Make strongswan really depend on 2.4 kernelsFlorian Fainelli2007-03-011-0/+2
| | | | SVN-Revision: 6444
* Fix truncated pings results when packets are too small. Also check for ↵Florian Fainelli2007-02-281-0/+42
| | | | | | packet maximum size, so that busybox's ping could not be responsible for flooding hosts. SVN-Revision: 6443