diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-19 00:48:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-19 00:48:36 +0000 |
commit | 075bb48e6424ef4d8bac603fd11d1ec398339aaa (patch) | |
tree | fc93e02127a3f01412d7f6f8a016eebb728f18bb /openwrt/package/base-files/ipkg | |
parent | 35d65986dd4160f0f6ae99570033efbdc131b69d (diff) | |
download | mtk-20170518-075bb48e6424ef4d8bac603fd11d1ec398339aaa.zip mtk-20170518-075bb48e6424ef4d8bac603fd11d1ec398339aaa.tar.gz mtk-20170518-075bb48e6424ef4d8bac603fd11d1ec398339aaa.tar.bz2 |
fix base-files build
SVN-Revision: 1500
Diffstat (limited to 'openwrt/package/base-files/ipkg')
-rw-r--r-- | openwrt/package/base-files/ipkg/base-files.control | 6 | ||||
-rw-r--r-- | openwrt/package/base-files/ipkg/libgcc.control | 7 | ||||
-rw-r--r-- | openwrt/package/base-files/ipkg/uclibc.control | 7 |
3 files changed, 20 insertions, 0 deletions
diff --git a/openwrt/package/base-files/ipkg/base-files.control b/openwrt/package/base-files/ipkg/base-files.control new file mode 100644 index 0000000..acaa6c5 --- /dev/null +++ b/openwrt/package/base-files/ipkg/base-files.control @@ -0,0 +1,6 @@ +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/openwrt/package/base-files/ipkg/libgcc.control b/openwrt/package/base-files/ipkg/libgcc.control new file mode 100644 index 0000000..141d88c --- /dev/null +++ b/openwrt/package/base-files/ipkg/libgcc.control @@ -0,0 +1,7 @@ +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/openwrt/package/base-files/ipkg/uclibc.control b/openwrt/package/base-files/ipkg/uclibc.control new file mode 100644 index 0000000..360a3b5 --- /dev/null +++ b/openwrt/package/base-files/ipkg/uclibc.control @@ -0,0 +1,7 @@ +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 |