revert patch to allow downloading sudo from an EXISTING location
This commit is contained in:
parent
63f855dd20
commit
02f4498a9b
@ -5,13 +5,14 @@
|
||||
#############################################################
|
||||
|
||||
SUDO_VERSION:=1.6.8p12
|
||||
SUDO_SITE:=$(BR2_DEBIAN_MIRROR)/debian/pool/main/s/sudo
|
||||
SUDO_SITE:=$(BR2_ATMEL_MIRROR)
|
||||
|
||||
#SUDO_VERSION:=1.7.0
|
||||
#SUDO_SITE:=http://www.courtesan.com/sudo/dist
|
||||
# 1.7.0 Needs update Cross-Compiler patches
|
||||
|
||||
SUDO_SOURCE:=sudo_$(SUDO_VERSION).orig.tar.gz
|
||||
|
||||
SUDO_SOURCE:=sudo-$(SUDO_VERSION).tar.gz
|
||||
SUDO_DIR:=$(BUILD_DIR)/sudo-$(SUDO_VERSION)
|
||||
SUDO_UNZIP:=$(ZCAT)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user