summaryrefslogtreecommitdiff
path: root/profiles/compile/openwrt
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-08-31 09:34:39 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-08-31 09:34:39 +0200
commit247f24ff95086ff8d2976d314db51aa4b95e7107 (patch)
treea55cdad0632807f05b28152b1bb066854832b2f5 /profiles/compile/openwrt
parentb20068d7df1307a4e99c60610a447109f8302bfb (diff)
downloadgentoo-personal-overlay-247f24ff95086ff8d2976d314db51aa4b95e7107.tar.gz
gentoo-personal-overlay-247f24ff95086ff8d2976d314db51aa4b95e7107.tar.bz2
gentoo-personal-overlay-247f24ff95086ff8d2976d314db51aa4b95e7107.zip
profiles: split off compile from devel
Diffstat (limited to 'profiles/compile/openwrt')
-rw-r--r--profiles/compile/openwrt/eapi1
-rw-r--r--profiles/compile/openwrt/packages22
-rw-r--r--profiles/compile/openwrt/parent1
3 files changed, 24 insertions, 0 deletions
diff --git a/profiles/compile/openwrt/eapi b/profiles/compile/openwrt/eapi
new file mode 100644
index 0000000..1e8b314
--- /dev/null
+++ b/profiles/compile/openwrt/eapi
@@ -0,0 +1 @@
+6
diff --git a/profiles/compile/openwrt/packages b/profiles/compile/openwrt/packages
new file mode 100644
index 0000000..bb57df8
--- /dev/null
+++ b/profiles/compile/openwrt/packages
@@ -0,0 +1,22 @@
+# Openwrt
+dev-vcs/subversion
+dev-util/ccache
+sys-process/time
+
+# For failed host build of OpenWRT
+app-text/docbook2X
+
+# For OpenWRT but just for my purposes
+sys-fs/squashfs-tools
+
+# For userlist-checker
+sys-apps/fakeroot
+
+# For generating translation files
+dev-python/polib
+
+# Updater and turris in general
+dev-libs/check
+dev-lang/lua
+dev-lua/luacheck
+dev-libs/uthash
diff --git a/profiles/compile/openwrt/parent b/profiles/compile/openwrt/parent
new file mode 100644
index 0000000..f3229c5
--- /dev/null
+++ b/profiles/compile/openwrt/parent
@@ -0,0 +1 @@
+..