From 18ad5610e4888ee1114ae9c002834fd47cb0ff94 Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pj@pehjota.net>
Date: Sat, 23 Aug 2014 21:52:24 -0400
Subject: Make field name checks case insensitive

---
(limited to 'lib/profiles')

diff --git a/lib/profiles/proteanos.sh b/lib/profiles/proteanos.sh
index c6152d9..68b161e 100644
--- a/lib/profiles/proteanos.sh
+++ b/lib/profiles/proteanos.sh
@@ -160,7 +160,7 @@ prof_proteanos_include_pkg()
 	local name="${1}"
 	local value="${2}"
 
-	if [ "x${name}" = 'xPackage' ]; then
+	if [ "x${name}" = 'xpackage' ]; then
 		case "${value}" in
 			base-files|busybox|libc.6|opkg)
 				return 0
--
cgit v0.9.1