| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add missing target/linux/rules.mk include | Nicolas Thill | 2005-08-18 | 2 | -0/+2 |
| | | | | | SVN-Revision: 1696 | ||||
| * | enable kmod build when target arch != mipsel | Nicolas Thill | 2005-08-18 | 3 | -17/+56 |
| | | | | | SVN-Revision: 1693 | ||||
| * | fix external package build | Felix Fietkau | 2005-08-15 | 3 | -3/+6 |
| | | | | | SVN-Revision: 1682 | ||||
| * | do not build lib and util here, enable kmod build when target arch != mipsel | Nicolas Thill | 2005-08-15 | 1 | -2/+3 |
| | | | | | SVN-Revision: 1681 | ||||
| * | fix building when target arch != mipsel (arch defaults to mipsel if not set ↵ | Nicolas Thill | 2005-08-14 | 1 | -0/+1 |
| | | | | | | | when entering linux_dir) SVN-Revision: 1662 | ||||
| * | install madwifi headers in staging_dir (needed for hostapd) | Nicolas Thill | 2005-08-14 | 1 | -0/+14 |
| | | | | | SVN-Revision: 1658 | ||||
| * | add madwifi driver to head | Felix Fietkau | 2005-08-13 | 8 | -0/+103 |
| | | | | | SVN-Revision: 1648 | ||||
| * | some wificonf and wlcompat cleanups/fixes | Felix Fietkau | 2005-08-13 | 1 | -3/+5 |
| | | | | | SVN-Revision: 1631 | ||||
| * | add updates from whiterussian to head | Felix Fietkau | 2005-08-13 | 1 | -5/+72 |
| | | | | | SVN-Revision: 1626 | ||||
| * | fix jffs2root dependency problem | Felix Fietkau | 2005-07-28 | 1 | -1/+1 |
| | | | | | SVN-Revision: 1572 | ||||
| * | add preliminary support for soekris boards | Nicolas Thill | 2005-07-25 | 1 | -0/+26 |
| | | | | | SVN-Revision: 1564 | ||||
| * | use correct mac address for lan | Felix Fietkau | 2005-07-25 | 1 | -1/+2 |
| | | | | | SVN-Revision: 1562 | ||||
| * | fix base-files-arch package | Felix Fietkau | 2005-07-25 | 1 | -3/+5 |
| | | | | | SVN-Revision: 1558 | ||||
| * | move wificonf and nvram stuff back to package/, remove build_mipsel/root, ↵ | Felix Fietkau | 2005-07-24 | 19 | -2546/+9 |
| | | | | | | | run install part of package/ for every board/kernel - fixes dependency mess SVN-Revision: 1540 | ||||
| * | move wificonf to target/linux/package | Felix Fietkau | 2005-07-23 | 5 | -0/+536 |
| | | | | | SVN-Revision: 1537 | ||||
| * | fix libnvram install into staging dir | Felix Fietkau | 2005-07-22 | 1 | -0/+1 |
| | | | | | SVN-Revision: 1527 | ||||
| * | fix nvram compile | Felix Fietkau | 2005-07-21 | 1 | -1/+7 |
| | | | | | SVN-Revision: 1523 | ||||
| * | fix firewall script, add ar7 network if into the bridge by default | Felix Fietkau | 2005-07-21 | 1 | -1/+1 |
| | | | | | SVN-Revision: 1522 | ||||
| * | add config file /etc/config/network, add board-specific network.overrides ↵ | Felix Fietkau | 2005-07-21 | 6 | -17/+150 |
| | | | | | | | (instead of nvram.overrides) SVN-Revision: 1519 | ||||
| * | move nvram,jffs2root,shared libs into target/linux/package and make them ↵ | Felix Fietkau | 2005-07-21 | 30 | -1/+5456 |
| | | | | | | | broadcom-specific SVN-Revision: 1517 | ||||
| * | a translucent filesystem | Waldemar Brodkorb | 2005-07-20 | 5 | -0/+75 |
| | | | | | SVN-Revision: 1510 | ||||
| * | fix iwconfig eth1 enc on/off | Felix Fietkau | 2005-07-16 | 1 | -11/+11 |
| | | | | | SVN-Revision: 1466 | ||||
| * | install externally compiled kernel-specific packages into the ↵ | Felix Fietkau | 2005-07-16 | 1 | -0/+1 |
| | | | | | | | kernel-specific root SVN-Revision: 1459 | ||||
| * | fix some small bugs in wificonf and wlcompat | Felix Fietkau | 2005-07-09 | 1 | -5/+3 |
| | | | | | SVN-Revision: 1385 | ||||
| * | fix txpower setting in wlcompat | Felix Fietkau | 2005-07-06 | 1 | -3/+5 |
| | | | | | SVN-Revision: 1363 | ||||
| * | split wlcompat package in HEAD, too | Felix Fietkau | 2005-06-30 | 2 | -2/+16 |
| | | | | | SVN-Revision: 1298 | ||||
| * | add board tag to kernel module version and add versioned depend (does not ↵ | Felix Fietkau | 2005-06-11 | 5 | -14/+13 |
| | | | | | | | work with current ipkg yet) SVN-Revision: 1202 | ||||
| * | some fixes for wlcompat | Felix Fietkau | 2005-06-11 | 2 | -30/+45 |
| | | | | | SVN-Revision: 1194 | ||||
| * | implement SIOCSIWENCODE in wlcompat | Felix Fietkau | 2005-06-10 | 1 | -20/+55 |
| | | | | | SVN-Revision: 1191 | ||||
| * | read wep keys from the driver's private data instead of the shmem (can get ↵ | Felix Fietkau | 2005-06-10 | 1 | -23/+40 |
| | | | | | | | key length correctly) SVN-Revision: 1190 | ||||
| * | add function for enabling/disabling radio in wlcompat | Felix Fietkau | 2005-06-01 | 1 | -10/+24 |
| | | | | | SVN-Revision: 1129 | ||||
| * | don't return an error if a part of SIOCSIWMODE fails (fixes wlcompat for ↵ | Felix Fietkau | 2005-05-28 | 1 | -12/+5 |
| | | | | | | | newer wl driver) SVN-Revision: 1092 | ||||
| * | fix wlcompat build | Felix Fietkau | 2005-05-28 | 2 | -10/+22 |
| | | | | | SVN-Revision: 1087 | ||||
| * | move package/linux into target/linux, use wbx' new kernel code. support ↵ | Felix Fietkau | 2005-05-28 | 18 | -0/+1336 |
| building images with more than one kernel, split kernel module parts off of packages that use their own kernel modules (fuse, shfs, openswan). some cleanup in the image building process in target/. image builder is disabled for now, needs some fixing. SVN-Revision: 1085 | |||||
