diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-21 17:21:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-21 17:21:28 +0000 |
commit | a2ad0ad108a770f19e2c4ae186304651a910ebd0 (patch) | |
tree | 76bfe6ea2aae5a35f694ff5b4dc11f264792b4df /package/base-files | |
parent | 2fdd6b3e33f78388e10048547b637d9236992a8e (diff) | |
download | upstream-a2ad0ad108a770f19e2c4ae186304651a910ebd0.tar.gz upstream-a2ad0ad108a770f19e2c4ae186304651a910ebd0.tar.bz2 upstream-a2ad0ad108a770f19e2c4ae186304651a910ebd0.zip |
remove Maintainer: and Source: from packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2210 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/ipkg/base-files.control | 2 | ||||
-rw-r--r-- | package/base-files/ipkg/hotplug.control | 2 | ||||
-rw-r--r-- | package/base-files/ipkg/libgcc.control | 2 | ||||
-rw-r--r-- | package/base-files/ipkg/uclibc.control | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/package/base-files/ipkg/base-files.control b/package/base-files/ipkg/base-files.control index acaa6c5dbc..58f4b6f1b7 100644 --- a/package/base-files/ipkg/base-files.control +++ b/package/base-files/ipkg/base-files.control @@ -1,6 +1,4 @@ Package: base-files Priority: optional Section: net -Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> -Source: buildroot internal Description: OpenWrt filesystem structure and scripts diff --git a/package/base-files/ipkg/hotplug.control b/package/base-files/ipkg/hotplug.control index 8d6f7852c3..5266e85d61 100644 --- a/package/base-files/ipkg/hotplug.control +++ b/package/base-files/ipkg/hotplug.control @@ -1,6 +1,4 @@ Package: hotplug Priority: optional Section: net -Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> -Source: buildroot internal Description: Hotplug script for WDS diff --git a/package/base-files/ipkg/libgcc.control b/package/base-files/ipkg/libgcc.control index 141d88cca5..a70362afed 100644 --- a/package/base-files/ipkg/libgcc.control +++ b/package/base-files/ipkg/libgcc.control @@ -1,7 +1,5 @@ Package: libgcc Priority: optional Section: net -Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> -Source: buildroot internal Depends: base-files Description: GCC support library diff --git a/package/base-files/ipkg/uclibc.control b/package/base-files/ipkg/uclibc.control index 360a3b5fe8..d07ed90681 100644 --- a/package/base-files/ipkg/uclibc.control +++ b/package/base-files/ipkg/uclibc.control @@ -1,7 +1,5 @@ Package: uclibc Priority: optional Section: net -Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> -Source: buildroot internal Depends: base-files, libgcc Description: Standard C library for embedded Linux systems |