diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-07 17:03:23 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-07 17:03:23 +0000 |
commit | af16f874ec82ccad9c0752981217e770712c0e0c (patch) | |
tree | 890fa55f2d4f4533a4d105b5308e45042613bfbc /package/Makefile | |
parent | ccf597027f3264ba877047c8952878cb3b5955c5 (diff) | |
download | upstream-af16f874ec82ccad9c0752981217e770712c0e0c.tar.gz upstream-af16f874ec82ccad9c0752981217e770712c0e0c.tar.bz2 upstream-af16f874ec82ccad9c0752981217e770712c0e0c.zip |
add udev package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2596 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 4bfd478618..38e1752c63 100644 --- a/package/Makefile +++ b/package/Makefile @@ -200,6 +200,7 @@ package-$(BR2_PACKAGE_ULOGD) += ulogd package-$(BR2_PACKAGE_UPDATEDD) += updatedd package-$(BR2_COMPILE_USBUTILS) += usbutils package-$(BR2_COMPILE_UTIL_LINUX) += util-linux +package-$(BR2_PACKAGE_UDEV) += udev package-$(BR2_PACKAGE_VTUN) += vtun package-$(BR2_PACKAGE_VSFTPD) += vsftpd package-$(BR2_PACKAGE_WIFICONF) += wificonf |