| Commit message (Expand) | Author | Age | Files | Lines |
* | enable dso support back in openssl, needed to use shared zlib compression, an... | Nicolas Thill | 2007-03-26 | 1 | -2/+2 |
* | add prereq check for pkg-config (required by ntfs-3g) | Felix Fietkau | 2007-03-25 | 1 | -0/+3 |
* | Use MiBSD ksh if installed (#1470) | Florian Fainelli | 2007-03-24 | 1 | -0/+2 |
* | trigger a kernel module rebuild when the kernel config changes | Felix Fietkau | 2007-03-24 | 1 | -0/+1 |
* | fix a compile error | Felix Fietkau | 2007-03-24 | 1 | -0/+1 |
* | split libuuid from e2fsprogs and install development files | Felix Fietkau | 2007-03-24 | 1 | -1/+22 |
* | set the DEVICE variable in hotplug events from ppp interfaces | Felix Fietkau | 2007-03-24 | 2 | -2/+2 |
* | rename uci-update.awk to uci.awk and add a few config_* functions | Felix Fietkau | 2007-03-24 | 3 | -21/+58 |
* | fix uci commit | Felix Fietkau | 2007-03-24 | 1 | -1/+1 |
* | small cleanup | Felix Fietkau | 2007-03-24 | 1 | -14/+18 |
* | don't call wpa_supplicant unconditionally | Felix Fietkau | 2007-03-24 | 1 | -1/+1 |
* | fix wep encryption setting for madwifi | Felix Fietkau | 2007-03-24 | 1 | -1/+5 |
* | fix a small typo | Felix Fietkau | 2007-03-24 | 1 | -1/+1 |
* | improve autorebuild for iptables when the kernel config changes | Felix Fietkau | 2007-03-23 | 1 | -2/+2 |
* | make busybox autorebuild on relevant config changes | Felix Fietkau | 2007-03-23 | 1 | -0/+5 |
* | fix a harmless warning | Felix Fietkau | 2007-03-23 | 1 | -1/+1 |
* | fix typo in UnistallDev | Nicolas Thill | 2007-03-23 | 1 | -1/+1 |
* | add an optional parameter to scan_interfaces() that can override the network ... | Felix Fietkau | 2007-03-19 | 1 | -1/+2 |
* | Add acx package | Eugene Konev | 2007-03-18 | 3 | -0/+95 |
* | Move /sys on pivot_root too | Eugene Konev | 2007-03-18 | 1 | -0/+1 |
* | Add bssid fix from #1281 | Florian Fainelli | 2007-03-18 | 2 | -0/+42 |
* | upgrade dnsmasq to latest version, rewrite dnsmasq init script for uci, renam... | Felix Fietkau | 2007-03-17 | 5 | -51/+67 |
* | remove duplicate section to find bridge name | Travis Kemen | 2007-03-17 | 1 | -4/+0 |
* | fix default netmask | Felix Fietkau | 2007-03-17 | 1 | -1/+1 |
* | speed up package/install | Felix Fietkau | 2007-03-17 | 1 | -1/+14 |
* | package libssp for apps that need it (only enabled for gcc4) | Felix Fietkau | 2007-03-16 | 1 | -1/+18 |
* | add file type autodetection for the unpack command and nuke PKG_CAT:= in lots... | Felix Fietkau | 2007-03-16 | 52 | -53/+1 |
* | add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DI... | Felix Fietkau | 2007-03-16 | 49 | -121/+5 |
* | Changed kernel configs to enable more packages. Added additional dependencies... | Hamish Guthrie | 2007-03-16 | 1 | -1/+2 |
* | add a new 'option disabled' to wifi-device | Mike Baker | 2007-03-16 | 3 | -19/+12 |
* | Add an 'Image Configuration' menu to menuconfig Packages can export a list of... | Felix Fietkau | 2007-03-16 | 4 | -5/+30 |
* | Enable bridge, disable wifi Easier to deal with "how do I enable wifi" than "... | Mike Baker | 2007-03-15 | 2 | -1/+7 |
* | added TXpower, antenna diversity, distance, backround scan, PSK and PSK2 sett... | Travis Kemen | 2007-03-15 | 1 | -7/+71 |
* | Change mtu value for pppoa and pppoe (#945) | Florian Fainelli | 2007-03-14 | 2 | -2/+2 |
* | fix kmod-switch compile on brcm-2.4 (#1461) | Felix Fietkau | 2007-03-14 | 2 | -12/+12 |
* | fix up remaining parts for the brcm47xx-2.6 port (tested on wgt634u), nuke th... | Felix Fietkau | 2007-03-14 | 1 | -10/+0 |
* | add diag and switch support for brcm47xx-2.6 | Felix Fietkau | 2007-03-14 | 8 | -71/+212 |
* | add -i <include file> and -f <ahtml file> options for awx interpreter (reques... | Felix Fietkau | 2007-03-14 | 1 | -70/+105 |
* | fix the patchlevel of the busybox stty patch | Felix Fietkau | 2007-03-13 | 1 | -2/+2 |
* | Small bug fix to package/kernel/modules/other.mk stty broken in busybox 1.4.1... | Hamish Guthrie | 2007-03-13 | 2 | -1/+27 |
* | add preliminary IOP32x support, mark it broken for now | Imre Kaloz | 2007-03-11 | 2 | -12/+26 |
* | oops... forgot to remove line | Felix Fietkau | 2007-03-11 | 1 | -1/+0 |
* | replace libcgi with some code extracted from haserl - libcgi is too inflexibl... | Felix Fietkau | 2007-03-11 | 3 | -59/+529 |
* | fix staging dir installation of libcgi | Felix Fietkau | 2007-03-11 | 1 | -0/+1 |
* | fix typo (#1454) | Felix Fietkau | 2007-03-11 | 1 | -1/+1 |
* | add awx (awk web extension) - experimental core for a new web interface frame... | Felix Fietkau | 2007-03-11 | 3 | -2/+674 |
* | add libcgi | Felix Fietkau | 2007-03-11 | 1 | -0/+30 |
* | enable httpd config option for running scripts through an interpreter | Felix Fietkau | 2007-03-11 | 1 | -1/+1 |
* | Added dependency on AT91 build | Hamish Guthrie | 2007-03-10 | 1 | -0/+1 |
* | Added MMC/SD Card module support | Hamish Guthrie | 2007-03-10 | 1 | -0/+15 |