aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/ipkg
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-19 00:48:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-19 00:48:36 +0000
commit70b54787567f0c67c929976e495998c41773760a (patch)
tree76be7c3d37e7d311be864ea41d605f6d41093d7a /package/base-files/ipkg
parent1e131830a542d4b4446be4a082a2000a9e3464b5 (diff)
downloadupstream-70b54787567f0c67c929976e495998c41773760a.tar.gz
upstream-70b54787567f0c67c929976e495998c41773760a.tar.bz2
upstream-70b54787567f0c67c929976e495998c41773760a.zip
fix base-files build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1500 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/ipkg')
-rw-r--r--package/base-files/ipkg/base-files.control6
-rw-r--r--package/base-files/ipkg/libgcc.control7
-rw-r--r--package/base-files/ipkg/uclibc.control7
3 files changed, 20 insertions, 0 deletions
diff --git a/package/base-files/ipkg/base-files.control b/package/base-files/ipkg/base-files.control
new file mode 100644
index 0000000000..acaa6c5dbc
--- /dev/null
+++ b/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/package/base-files/ipkg/libgcc.control b/package/base-files/ipkg/libgcc.control
new file mode 100644
index 0000000000..141d88cca5
--- /dev/null
+++ b/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/package/base-files/ipkg/uclibc.control b/package/base-files/ipkg/uclibc.control
new file mode 100644
index 0000000000..360a3b5fe8
--- /dev/null
+++ b/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