mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
add support for a common shell include file, which is evaluated for every make shell call, simplify variable passing to the shell with shvar and shexport templates, use Package/<pkgname>/config for adding config.in data
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5014 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -31,10 +31,12 @@ define Package/busybox
|
||||
It slices, it dices, it makes Julian Fries.
|
||||
URL:=http://busybox.net/
|
||||
MENU:=1
|
||||
CONFIG:=\\\
|
||||
menu "Configuration" \\\
|
||||
depends on PACKAGE_busybox \\\
|
||||
source "$(SOURCE)/config/Config.in" \\\
|
||||
endef
|
||||
|
||||
define Package/busybox/config
|
||||
menu "Configuration"
|
||||
depends on PACKAGE_busybox
|
||||
source "$(SOURCE)/config/Config.in"
|
||||
endmenu
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user