diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-17 00:28:36 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-17 00:28:36 +0000 |
commit | 638d16c68e14a3e22e45f8e2c4ca0f5cb086f43c (patch) | |
tree | bb3eeda6767ff9a56e9ddec64591ad9af6ba61aa /package/linux/control | |
parent | 5f39ab0b205d7292fdfea30abf2329e48ebc7121 (diff) | |
download | upstream-638d16c68e14a3e22e45f8e2c4ca0f5cb086f43c.tar.gz upstream-638d16c68e14a3e22e45f8e2c4ca0f5cb086f43c.tar.bz2 upstream-638d16c68e14a3e22e45f8e2c4ca0f5cb086f43c.zip |
add vfat/fat/msdos modules needed for usb mass storage devices, add lp/parport, needed for asus parallel port (untested)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@384 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux/control')
-rw-r--r-- | package/linux/control/kmod-lp.control | 8 | ||||
-rw-r--r-- | package/linux/control/kmod-vfat.control | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/package/linux/control/kmod-lp.control b/package/linux/control/kmod-lp.control new file mode 100644 index 0000000000..37999433cd --- /dev/null +++ b/package/linux/control/kmod-lp.control @@ -0,0 +1,8 @@ +Package: kmod-lp +Priority: optional +Section: sys +Version: 2.4.29-1 +Architecture: mipsel +Maintainer: Waldemar Brodkorb <wbx@dass-it.de> +Source: buildroot internal +Description: Kernel modules for parallel port support and line printer diff --git a/package/linux/control/kmod-vfat.control b/package/linux/control/kmod-vfat.control new file mode 100644 index 0000000000..c44594afd1 --- /dev/null +++ b/package/linux/control/kmod-vfat.control @@ -0,0 +1,8 @@ +Package: kmod-vfat +Priority: optional +Section: sys +Version: 2.4.29-1 +Architecture: mipsel +Maintainer: Waldemar Brodkorb <wbx@dass-it.de> +Source: buildroot internal +Description: Kernel modules for VFAT filesystem support |