| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | move shfs from target/linux/package/ to package/. | Nicolas Thill | 2006-06-17 | 4 | -0/+198 |
| * | move hostap from target/linux/package/ to package/, update to v0.4.9. | Nicolas Thill | 2006-06-17 | 1 | -0/+92 |
| * | move mini_fo from target/linux/package/ to package/. | Nicolas Thill | 2006-06-17 | 3 | -0/+701 |
| * | add TARGET_CFLAGS to configure for userland lib and util. | Nicolas Thill | 2006-06-17 | 1 | -0/+1 |
| * | move fuse from target/linux/package/ to package/, update to v2.5.3, | Nicolas Thill | 2006-06-17 | 5 | -0/+206 |
| * | use rm -f in package-rebuild and add extra options to the default configure t... | Felix Fietkau | 2006-06-16 | 1 | -2/+3 |
| * | add openssl depend on zlib | Felix Fietkau | 2006-06-15 | 1 | -0/+1 |
| * | remove global hostapd builddep on openssl | Felix Fietkau | 2006-06-15 | 1 | -1/+1 |
| * | clean up handling of the root filesystem mount - remove broadcom specific jun... | Felix Fietkau | 2006-06-15 | 14 | -46/+309 |
| * | fix hostapd-mini dependencies | Felix Fietkau | 2006-06-15 | 1 | -1/+2 |
| * | fix dropbear depends and defaults | Felix Fietkau | 2006-06-15 | 1 | -1/+1 |
| * | fix display of uninitialized ports | Mike Baker | 2006-06-14 | 1 | -0/+2 |
| * | remove libgcc hack | Felix Fietkau | 2006-06-13 | 1 | -1/+1 |
| * | fix madwifi compile when using slab allocator | Mike Baker | 2006-06-13 | 1 | -0/+11 |
| * | fix wpa/wpa2 with madwifi | Felix Fietkau | 2006-06-12 | 1 | -0/+52 |
| * | madwifi: remove the hard dependency on kernel aes support - only needed for s... | Felix Fietkau | 2006-06-12 | 1 | -0/+39 |
| * | add hostapd | Felix Fietkau | 2006-06-11 | 6 | -0/+285 |
| * | add openssl | Felix Fietkau | 2006-06-11 | 11 | -0/+410 |
| * | change handling of the Build/Clean template | Felix Fietkau | 2006-06-11 | 1 | -4/+1 |
| * | install missing ebtables files | Felix Fietkau | 2006-06-09 | 1 | -0/+5 |
| * | update ebtables to 2.0.8-rc2 (#558) | Felix Fietkau | 2006-06-09 | 3 | -129/+3 |
| * | ppp: try to reconnect indefinitely (#551) | Felix Fietkau | 2006-06-09 | 1 | -0/+1 |
| * | add dropbear pubkey auth patch from #582 | Felix Fietkau | 2006-06-09 | 1 | -76/+32 |
| * | disable madwifi rfkill support by default (broken on some hardware) | Felix Fietkau | 2006-06-08 | 1 | -0/+12 |
| * | make ramdisk support generic, some cleanups | Felix Fietkau | 2006-06-07 | 3 | -8/+4 |
| * | whitespace fixes | Felix Fietkau | 2006-06-04 | 1 | -3/+3 |
| * | don't compile libipkg in busybox if ipkg is disabled | Felix Fietkau | 2006-06-04 | 1 | -6/+6 |
| * | remove unused wget menuconfig option; make the package autorebuild optional (... | Felix Fietkau | 2006-06-02 | 1 | -3/+7 |
| * | store stamp file for 'development headers installed' in the staging dir inste... | Felix Fietkau | 2006-06-02 | 1 | -2/+3 |
| * | fix a typo that prevents base-files from being installed | Felix Fietkau | 2006-06-02 | 1 | -2/+2 |
| * | fix version info for packages that either lack PKG_VERSION or PKG_RELEASE | Felix Fietkau | 2006-06-02 | 1 | -1/+9 |
| * | fix base-files version number | Felix Fietkau | 2006-06-01 | 1 | -0/+1 |
| * | add broadcom include files, fix build | Felix Fietkau | 2006-06-01 | 13 | -2/+3291 |
| * | some bugfixes and additions for the default compile target | Felix Fietkau | 2006-06-01 | 1 | -3/+1 |
| * | remove some debugging code, include package/rules.mk in package dependency check | Felix Fietkau | 2006-06-01 | 1 | -2/+2 |
| * | add TARGET_CONFIGURE_OPTS to default compile command | Felix Fietkau | 2006-06-01 | 1 | -0/+1 |
| * | remove broken dependency | Felix Fietkau | 2006-06-01 | 1 | -1/+0 |
| * | fix InstallDev bug | Felix Fietkau | 2006-06-01 | 1 | -10/+4 |
| * | fix busybox build | Felix Fietkau | 2006-05-31 | 1 | -1/+1 |
| * | add support for parallel build of packages (tested with -j8) | Felix Fietkau | 2006-05-31 | 1 | -7/+11 |
| * | remove weird /lib64 directory | Felix Fietkau | 2006-05-31 | 1 | -0/+1 |
| * | add package install target | Felix Fietkau | 2006-05-31 | 1 | -0/+4 |
| * | fix iptables build | Felix Fietkau | 2006-05-31 | 1 | -0/+1 |
| * | only use the .dev-installed target if Build/InstallDev is defined - avoids un... | Felix Fietkau | 2006-05-31 | 1 | -2/+6 |
| * | remove old Config.in files | Felix Fietkau | 2006-05-31 | 2 | -19/+0 |
| * | move target/linux/package/switch to package/, fix a bug in the ipkg dependenc... | Felix Fietkau | 2006-05-31 | 9 | -2/+2303 |
| * | move alsa from target/linux/package to package, add compile fix for linux 2.4 | Felix Fietkau | 2006-05-31 | 5 | -0/+112 |
| * | add missing kernel version to madwifi package | Felix Fietkau | 2006-05-31 | 1 | -0/+1 |
| * | kernel package cleanup, move madwifi from target/linux/package/ to package/, ... | Felix Fietkau | 2006-05-31 | 11 | -12/+986 |
| * | cleanup; change base-files build directory | Felix Fietkau | 2006-05-31 | 2 | -14/+13 |