diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-08-12 18:23:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-08-12 18:23:01 +0000 |
commit | eb880e411704725d774c1cbfcfad433578d9986b (patch) | |
tree | 17422eb3d11b890eec6d82270533fb039126f7ba /package/Makefile | |
parent | b36624d5e28e50c3aff7a45eaa9be64aaab7e148 (diff) | |
download | upstream-eb880e411704725d774c1cbfcfad433578d9986b.tar.gz upstream-eb880e411704725d774c1cbfcfad433578d9986b.tar.bz2 upstream-eb880e411704725d774c1cbfcfad433578d9986b.zip |
(hopefully) fix dsl driver, add linux-atm package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1614 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 ceb7b72e1e..7ee1512405 100644 --- a/package/Makefile +++ b/package/Makefile @@ -71,6 +71,7 @@ package-$(BR2_PACKAGE_LIBTASN1) += libtasn1 package-$(BR2_PACKAGE_LIBTOOL) += libtool package-$(BR2_PACKAGE_LIBUSB) += libusb package-$(BR2_PACKAGE_LIGHTTPD) += lighttpd +package-$(BR2_PACKAGE_LINUX_ATM) += linux-atm package-$(BR2_PACKAGE_LUA) += lua package-$(BR2_PACKAGE_LZO) += lzo package-$(BR2_PACKAGE_MARADNS) += maradns |